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

Unified Diff: tools/gn/switches.h

Issue 1978693002: GN: Allow setting the path to Python (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename the switch to script-executable 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/setup.cc ('k') | tools/gn/switches.cc » ('j') | tools/gn/switches.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/switches.h
diff --git a/tools/gn/switches.h b/tools/gn/switches.h
index cebb19c98e1a2205abab598a396c792c969fa0fd..9dc910f7c862fed0543d4f2e262de5aa1a1d13a3 100644
--- a/tools/gn/switches.h
+++ b/tools/gn/switches.h
@@ -52,6 +52,10 @@ extern const char kNoColor[];
extern const char kNoColor_HelpShort[];
extern const char kNoColor_Help[];
+extern const char kScriptExecutable[];
+extern const char kScriptExecutable_HelpShort[];
+extern const char kScriptExecutable_Help[];
+
extern const char kQuiet[];
extern const char kQuiet_HelpShort[];
extern const char kQuiet_Help[];
« no previous file with comments | « tools/gn/setup.cc ('k') | tools/gn/switches.cc » ('j') | tools/gn/switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698