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

Unified Diff: build/common.gypi

Issue 256303003: gyp performance: Load detect_host_arch directly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: binutils using the file as well Created 6 years, 6 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 | build/detect_host_arch.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 5a2753f08af3172e7c9d25e2efb04e6479d74aad..73c2a4461b33f77cf44c58132bf493612feb57a7 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -41,7 +41,7 @@
['OS=="win" or OS=="mac" or OS=="ios"', {
'host_arch%': 'ia32',
}, {
- 'host_arch%': '<!(python <(DEPTH)/build/linux/detect_host_arch.py)',
+ 'host_arch%': '<!pymod_do_main(detect_host_arch)',
}],
],
},
« no previous file with comments | « no previous file | build/detect_host_arch.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698