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

Unified Diff: tools/gn/command_args.cc

Issue 914873002: Rework handling of os and cpu_arch in GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update w/ review comments Created 5 years, 10 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 | « tools/gn/args.cc ('k') | tools/gn/example/build/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/command_args.cc
diff --git a/tools/gn/command_args.cc b/tools/gn/command_args.cc
index 75d5fce3068ddf1b50d35cd5dd69c6077117d5c6..7210ef3122142af3063cfdb9614886bc4b50c5f7 100644
--- a/tools/gn/command_args.cc
+++ b/tools/gn/command_args.cc
@@ -322,8 +322,9 @@ extern const char kArgs_Help[] =
" Prints all arguments with their default values for the out/Debug\n"
" build.\n"
"\n"
- " gn args out/Debug --list=cpu_arch\n"
- " Prints information about the \"cpu_arch\" argument for the out/Debug\n"
+ " gn args out/Debug --list=target_cpu\n"
+ " Prints information about the \"target_cpu\" argument for the "
+ "out/Debug\n"
" build.\n"
"\n"
" gn args --list --args=\"os=\\\"android\\\" enable_doom_melon=true\"\n"
« no previous file with comments | « tools/gn/args.cc ('k') | tools/gn/example/build/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698