summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_exe.gypi
diff options
context:
space:
mode:
authorcaitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-20 18:10:44 +0000
committercaitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-20 18:10:44 +0000
commitd17cd23fb99b466be1ad5d7e89e047d94a976ebe (patch)
treeffeedc604eb0786d04d87ede5e9094ae4c26dd7b /chrome/chrome_exe.gypi
parentfba25d9d0b4f837ecafc6a96c65973c57b4b01f7 (diff)
downloadchromium_src-d17cd23fb99b466be1ad5d7e89e047d94a976ebe.zip
chromium_src-d17cd23fb99b466be1ad5d7e89e047d94a976ebe.tar.gz
chromium_src-d17cd23fb99b466be1ad5d7e89e047d94a976ebe.tar.bz2
Temporary fix for telemetry builds
Until we get the swapimport tool up and running on x64 builds of Windows. BUG=335945,336025 Review URL: https://codereview.chromium.org/137643003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245928 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r--chrome/chrome_exe.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index c929574..3ed094d 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -30,6 +30,7 @@
'<(reorder_py_path)',
'-i', '<(exe_input_path)',
'-o', '<(exe_output_path)',
+ '-a', '<(target_arch)',
],
'message': 'Reordering Imports',
},