Define USE_AURA for Windows

This is true inside of libchromiumcontent, so we need to mirror that here.
This commit is contained in:
Adam Roben 2014-06-27 13:40:06 -04:00
parent f8b44a1785
commit 78dd3390f5

View file

@ -77,6 +77,11 @@
},
},
'conditions': [
['OS=="win"', {
'defines': [
'USE_AURA',
],
}],
['OS not in ["mac", "win"]', {
'defines': [
'USE_X11',