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

Unified Diff: breakpad/breakpad_tools.gypi

Issue 379923008: Correctly compute host_arch in breakpad_tools.gypi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 5 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: breakpad/breakpad_tools.gypi
diff --git a/breakpad/breakpad_tools.gypi b/breakpad/breakpad_tools.gypi
index 4d7736060d8f668edcf9823b15cafee78fc02d52..cce770fa5e7d63902c83e994ff449a90fb33c6fa 100644
--- a/breakpad/breakpad_tools.gypi
+++ b/breakpad/breakpad_tools.gypi
@@ -6,7 +6,7 @@
'conditions': [
['OS=="linux" or OS=="android"', {
'variables': {
- 'host_arch': '<!(uname -m)',
+ 'host_arch': '<!pymod_do_main(detect_host_arch)',
},
'conditions': [
['host_arch=="x86_64"', {
« 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