Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index b62c9b9bdb4b4e085e5d069cdab8b5a8679ac985..5d2fd75180105ead3123b95c4faee7196bca9c58 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -243,6 +243,16 @@ |
'../ui/views/views.gyp:views_unittests', |
'../webkit/webkit.gyp:test_shell_common', |
], |
+ 'conditions': [ |
+ ['use_aura==1', { |
+ 'dependencies!': [ |
+ '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
+ ], |
+ 'defines': [ |
+ 'OMIT_CHROME_FRAME', |
+ ], |
+ }], # use_aura==1 |
+ ], |
}], |
['OS=="linux"', { |
'dependencies': [ |
@@ -542,6 +552,16 @@ |
'../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', |
'temp_gyp/googleurl.gyp:googleurl_unittests', |
], |
+ 'conditions': [ |
+ ['use_aura==1', { |
+ 'dependencies!': [ |
+ '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
+ ], |
+ 'defines': [ |
+ 'OMIT_CHROME_FRAME', |
+ ], |
+ }], # use_aura==1 |
+ ], |
}, |
{ |
'target_name': 'chromium_builder_win_cf', |
@@ -646,6 +666,14 @@ |
'../remoting/remoting.gyp:remoting_host_installation', |
], |
}], # component != "shared_library" |
+ ['use_aura==1', { |
+ 'dependencies!': [ |
+ '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
+ ], |
+ 'defines': [ |
+ 'OMIT_CHROME_FRAME', |
+ ], |
+ }], # use_aura==1 |
] |
}, |
], # targets |