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

Unified Diff: tools/gn/switches.cc

Issue 1934003002: Enhance GN's "desc" command to support configs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: typos Created 4 years, 7 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/switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/switches.cc
diff --git a/tools/gn/switches.cc b/tools/gn/switches.cc
index 45b25e6240f2e7dbfc0a2b8ec11a621cc1ea685b..48b191ebba4a9985ad049d691d389a3144944e43 100644
--- a/tools/gn/switches.cc
+++ b/tools/gn/switches.cc
@@ -225,6 +225,8 @@ const char kVersion_HelpShort[] =
// immediately if this switch is used.
const char kVersion_Help[] = "";
+const char kAllToolchains[] = "all-toolchains";
+
// -----------------------------------------------------------------------------
SwitchInfo::SwitchInfo()
« no previous file with comments | « tools/gn/switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698