summaryrefslogtreecommitdiffstats
path: root/build/all.gyp
diff options
context:
space:
mode:
authorloislo@chromium.org <loislo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-06 00:46:22 +0000
committerloislo@chromium.org <loislo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-06 00:46:22 +0000
commitb98c38c98d78b8f0420cf186da35fa67cd4b62ea (patch)
tree93b97244eef1564acee6116b9f20871bdc30ae51 /build/all.gyp
parent9ac626c1410f41274fe50b26ec2bb0a71db02b86 (diff)
downloadchromium_src-b98c38c98d78b8f0420cf186da35fa67cd4b62ea.zip
chromium_src-b98c38c98d78b8f0420cf186da35fa67cd4b62ea.tar.gz
chromium_src-b98c38c98d78b8f0420cf186da35fa67cd4b62ea.tar.bz2
Restore building crash_service on win builder bot
BUG=369029 Review URL: https://codereview.chromium.org/269933002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268344 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r--build/all.gyp8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index baf9158..cd985c5 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -974,6 +974,7 @@
'dependencies': [
'../cc/cc_tests.gyp:cc_unittests',
'../chrome/chrome.gyp:browser_tests',
+ '../chrome/chrome.gyp:crash_service',
'../chrome/chrome.gyp:gcapi_test',
'../chrome/chrome.gyp:installer_util_unittests',
'../chrome/chrome.gyp:interactive_ui_tests',
@@ -1013,6 +1014,13 @@
'../url/url.gyp:url_unittests',
'../webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests',
],
+ 'conditions': [
+ ['target_arch=="ia32"', {
+ 'dependencies': [
+ '../chrome/chrome.gyp:crash_service_win64',
+ ],
+ }],
+ ],
},
{
'target_name': 'chromium_builder_win_cf',