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

Unified Diff: tools/gn/variables.cc

Issue 83733005: Add support for 32-bit and 64-bit Windows compiles in GN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « tools/gn/args.cc ('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 5fe5077af526189c2d857619b3ffc5c91f2248b8..36537fc16543cc02c11164526c43c3c66c1191ec 100644
--- a/tools/gn/variables.cc
+++ b/tools/gn/variables.cc
@@ -40,8 +40,8 @@ const char kCpuArch_Help[] =
" set it to whatever value is relevant to your build.\n"
"\n"
"Possible initial values set by GN:\n"
- " - \"ia32\"\n"
- " - \"ia64\"\n"
+ " - \"x86\"\n"
+ " - \"x64\"\n"
" - \"arm\"\n";
const char kCurrentToolchain[] = "current_toolchain";
« no previous file with comments | « tools/gn/args.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698