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

Unified Diff: tools/gn/setup.h

Issue 1104313002: Allow paths to be resolved in the GN args file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | 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 2e0e3677dd182bd66d43ac02840461fc7e3dc4b5..2e028e339d87ce3be9a8980e4296ea947a8ee3c0 100644
--- a/tools/gn/setup.h
+++ b/tools/gn/setup.h
@@ -151,10 +151,9 @@ class Setup {
Scheduler scheduler_;
- // These empty settings and toolchain are used to interpret the command line
- // and dot file.
- BuildSettings empty_build_settings_;
- Settings empty_settings_;
+ // These settings and toolchain are used to interpret the command line and
+ // dot file.
+ Settings dotfile_settings_;
Scope dotfile_scope_;
// State for invoking the dotfile.
« no previous file with comments | « no previous file | tools/gn/setup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698