Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index ddb6558d09debc1e494300b96905299d171d2f23..dfc381116eeb161b16f200b05233d9b70196588d 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -258,15 +258,14 @@ |
'../chrome_frame/chrome_frame.gyp:chrome_frame_tests', |
'../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
] |
- }], # target_arch!="x64" |
- ['use_aura==1 or target_arch=="x64"', { |
+ }, { # target_arch!="x64" |
'dependencies!': [ |
'../chrome_frame/chrome_frame.gyp:npchrome_frame', |
], |
'defines': [ |
'OMIT_CHROME_FRAME', |
], |
- }], # use_aura==1 or target_arch=="x64" |
+ }], # target_arch=="x64" |
], |
}], |
['OS=="linux"', { |
@@ -579,15 +578,14 @@ |
'../chrome_frame/chrome_frame.gyp:chrome_frame_tests', |
'../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
] |
- }], # target_arch!="x64" |
- ['use_aura==1 or target_arch=="x64"', { |
+ }, { # target_arch!="x64" |
'dependencies!': [ |
'../chrome_frame/chrome_frame.gyp:npchrome_frame', |
], |
'defines': [ |
'OMIT_CHROME_FRAME', |
], |
- }], # use_aura==1 or target_arch=="x64" |
+ }], # target_arch=="x64" |
], |
}, |
{ |
@@ -706,14 +704,14 @@ |
'../remoting/remoting.gyp:remoting_host_installation', |
], |
}], # component != "shared_library" |
- ['use_aura==1 or target_arch=="x64"', { |
+ ['target_arch=="x64"', { |
'dependencies!': [ |
'../chrome_frame/chrome_frame.gyp:npchrome_frame', |
], |
'defines': [ |
'OMIT_CHROME_FRAME', |
], |
- }], # use_aura==1 or target_arch=="x64" |
+ }], # target_arch=="x64" |
] |
}, |
], # targets |