Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1771)

Unified Diff: build/all.gyp

Issue 15502003: Add crash_service to chromium_builder_qa target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698