| Index: tools/gn/target.h
|
| diff --git a/tools/gn/target.h b/tools/gn/target.h
|
| index 1890a535e7a7f4c8671ee7be9138e488ce92e1f1..fcbf85baeb2c918269dd2e14f707798ef3d86b38 100644
|
| --- a/tools/gn/target.h
|
| +++ b/tools/gn/target.h
|
| @@ -55,7 +55,9 @@ class Target : public Item {
|
| typedef std::vector<SourceFile> FileList;
|
| typedef std::vector<std::string> StringVector;
|
|
|
| - Target(const Settings* settings, const Label& label);
|
| + Target(const Settings* settings,
|
| + const Label& label,
|
| + const std::set<uint32_t>& source_files_hashes);
|
| ~Target() override;
|
|
|
| // Returns a string naming the output type.
|
|
|