Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index 151dfba82eb104bf334bd23d4903b865851008fa..5b4d77855dddd3f0fb00d94883d45bc0c0095e19 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -376,6 +376,7 @@ |
'target_name': 'chromium_builder_qa', |
'type': 'none', |
'dependencies': [ |
+ '../chrome/chrome.gyp:chrome', |
# Dependencies of pyauto_functional tests. |
'../remoting/remoting.gyp:remoting_webapp', |
], |
@@ -392,6 +393,16 @@ |
'../remoting/remoting.gyp:remoting_me2me_host_archive', |
], |
}], |
+ ['OS=="win"', { |
+ 'dependencies': [ |
+ '../chrome/chrome.gyp:crash_service', |
+ ], |
+ }], |
+ ['OS=="win" and target_arch=="ia32"', { |
mmoss
2013/05/20 23:37:50
target_arch ia32 and crash_service_win64? Sounds b
Sam Clegg
2013/05/20 23:41:19
I just cargo cult-ed this from all the other place
|
+ 'dependencies': [ |
+ '../chrome/chrome.gyp:crash_service_win64', |
+ ], |
+ }], |
['OS=="win" and component != "shared_library" and wix_exists == "True" and sas_dll_exists == "True"', { |
'dependencies': [ |
'../remoting/remoting.gyp:remoting_host_installation', |