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

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: 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
Index: tools/gn/command_args.cc
diff --git a/tools/gn/command_args.cc b/tools/gn/command_args.cc
index 75d5fce3068ddf1b50d35cd5dd69c6077117d5c6..136b78acc2b303663456a771344addd69c0b3f44 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_arch\n"
+ " Prints information about the \"target_cpu_arch\" argument for the "
+ "out/Debug\n"
" build.\n"
"\n"
" gn args --list --args=\"os=\\\"android\\\" enable_doom_melon=true\"\n"

Powered by Google App Engine
This is Rietveld 408576698