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

Unified Diff: tools/gn/config.h

Issue 2940873002: Implement tracking of BUILD.gn files used to define target, toolchain or (Closed)
Patch Set: Fix compilation after rebase. 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/command_analyze.cc ('k') | tools/gn/config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/config.h
diff --git a/tools/gn/config.h b/tools/gn/config.h
index 20cfe7e40dc208eac3d2509edbcca93a7338d4ac..f9848c16975886024524b49b6e286b2d01bd9410 100644
--- a/tools/gn/config.h
+++ b/tools/gn/config.h
@@ -21,7 +21,9 @@
// flags.
class Config : public Item {
public:
- Config(const Settings* settings, const Label& label);
+ Config(const Settings* settings,
+ const Label& label,
+ const InputFileSet& input_files);
~Config() override;
// Item implementation.
« no previous file with comments | « tools/gn/command_analyze.cc ('k') | tools/gn/config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698