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. |