Define USE_AURA for Windows
This is true inside of libchromiumcontent, so we need to mirror that here.
This commit is contained in:
parent
f8b44a1785
commit
78dd3390f5
1 changed files with 5 additions and 0 deletions
|
@ -77,6 +77,11 @@
|
|||
},
|
||||
},
|
||||
'conditions': [
|
||||
['OS=="win"', {
|
||||
'defines': [
|
||||
'USE_AURA',
|
||||
],
|
||||
}],
|
||||
['OS not in ["mac", "win"]', {
|
||||
'defines': [
|
||||
'USE_X11',
|
||||
|
|
Loading…
Reference in a new issue