Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index eccae46040eff2f09aced02842956ac89484a709..f2f685301277eea312527da3f86495aefaafd52b 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -775,6 +775,24 @@ |
['OS=="win"', { |
'dependencies': [ |
'../chrome/chrome.gyp:crash_service', |
+ '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
+ ], |
+ }], |
+ ['OS=="win" and target_arch!="x64"', { |
grt (UTC plus 2)
2013/04/24 21:36:51
this awkwardness follows in the footsteps of line
|
+ 'dependencies': [ |
+ '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', |
+ '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', |
+ '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', |
+ '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', |
+ '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
+ ], |
+ }], |
+ ['OS=="win" and target_arch=="x64"', { |
+ 'dependencies!': [ |
+ '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
+ ], |
+ 'defines': [ |
+ 'OMIT_CHROME_FRAME', |
], |
}], |
['OS=="win" and target_arch=="ia32"', { |