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

Unified Diff: tools/mb/mb_config.pyl

Issue 2066483002: gn: Make target_cpu=x86 v8_target_arch=arm builds generate build files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: also make it work Created 4 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
« build/config/arm.gni ('K') | « build/config/arm.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 09182ba302988a046c522d7c57041d2e8f2b0b85..b88cf4e2ea1e3b56c18944c8c539b53959e1ad5b 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -2115,7 +2115,7 @@
'gyp': {'type': 'gyp'},
'hybrid': {
- 'gn_args': 'v8_target_cpu="arm" target_cpu="x86"',
+ 'gn_args': 'v8_target_arch="arm" target_cpu="x86"',
'gyp_defines': 'v8_target_arch=arm target_arch=ia32 host_arch=x86_64',
'mixins': ['disable_nacl'],
},
« build/config/arm.gni ('K') | « build/config/arm.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698