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

Unified Diff: build/gyp_chromium

Issue 111633004: [MIPS] Add support for Chromium-Android for MIPS build to BUILD.gn (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update tools/gn/variables.cc. Created 7 years 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/toolchain/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/gyp_chromium
diff --git a/build/gyp_chromium b/build/gyp_chromium
index 32cb491282ac27d470f016e03c50dfcac61bd264..4eafdd541ed71cb9cd1caa434105d81bf3daa6a8 100755
--- a/build/gyp_chromium
+++ b/build/gyp_chromium
@@ -138,6 +138,7 @@ def GetArgsStringForGN(supplemental_files):
('target_arch', 'ia32', 'cpu_arch="x86"'),
('target_arch', 'x64', 'cpu_arch="x64"'),
('target_arch', 'arm', 'cpu_arch="arm"'),
+ ('target_arch', 'mipsel', 'cpu_arch="mipsel"'),
('fastbuild', '0', 'symbol_level=2'),
('fastbuild', '1', 'symbol_level=1'),
('fastbuild', '2', 'symbol_level=0'),
« no previous file with comments | « no previous file | build/toolchain/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698