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

Unified Diff: tools/gn/variables.cc

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 | « build/toolchain/android/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/variables.cc
diff --git a/tools/gn/variables.cc b/tools/gn/variables.cc
index 1cec10cb726ba4469a6d3fb0c2eeafd964d5cb1c..15b892700a6ca8389544d76f90144012df845c5c 100644
--- a/tools/gn/variables.cc
+++ b/tools/gn/variables.cc
@@ -42,7 +42,8 @@ const char kCpuArch_Help[] =
"Possible initial values set by GN:\n"
" - \"x86\"\n"
" - \"x64\"\n"
- " - \"arm\"\n";
+ " - \"arm\"\n"
+ " - \"mipsel\"\n";
const char kCurrentToolchain[] = "current_toolchain";
const char kCurrentToolchain_HelpShort[] =
« no previous file with comments | « build/toolchain/android/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698