Index: tools/gn/setup.h |
diff --git a/tools/gn/setup.h b/tools/gn/setup.h |
index 45335bf5b0e66e5fa9ca0167383e0b507ac5ec5a..12cd52f9498dc685f5ca0849d8fa4e30c947bbcf 100644 |
--- a/tools/gn/setup.h |
+++ b/tools/gn/setup.h |
@@ -150,6 +150,9 @@ class Setup { |
std::vector<Token> dotfile_tokens_; |
std::unique_ptr<ParseNode> dotfile_root_; |
+ // Default overrides, specified in the dotfile. |
brettw
2017/01/19 18:47:08
Can you add a comment here that this pointer is ow
timn
2017/01/21 02:52:45
Done.
|
+ const Scope* default_args_; |
+ |
// Set to true when we should populate the build arguments from the command |
// line or build argument file. See setter above. |
bool fill_arguments_; |