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

Unified Diff: tools/gn/setup.h

Issue 2936773006: Allow overriding script executable in .gn file (Closed)
Patch Set: Windows path handling Created 3 years, 6 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/docs/reference.md ('k') | tools/gn/setup.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/setup.h
diff --git a/tools/gn/setup.h b/tools/gn/setup.h
index d9a77d063a3765f605e23431d78b73d72cb0794b..68a8f0b35e53501e004097d822899136ae4c366a 100644
--- a/tools/gn/setup.h
+++ b/tools/gn/setup.h
@@ -119,7 +119,7 @@ class Setup {
// Fills the python path portion of the command line. On failure, sets
// it to just "python".
- void FillPythonPath(const base::CommandLine& cmdline);
+ bool FillPythonPath(const base::CommandLine& cmdline);
// Run config file.
bool RunConfigFile();
« no previous file with comments | « tools/gn/docs/reference.md ('k') | tools/gn/setup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698