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

Unified Diff: tools/gn/script_target_generator.h

Issue 55633002: GN: Add ability to specify a depfile for custom targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: respond to comments Created 7 years, 1 month 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/ninja_script_target_writer_unittest.cc ('k') | tools/gn/script_target_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/script_target_generator.h
diff --git a/tools/gn/script_target_generator.h b/tools/gn/script_target_generator.h
index 593dd01bad21061b63874d1579a44760710fd6c9..f693145a060482b4f23f0529b5e63facd9a98bbb 100644
--- a/tools/gn/script_target_generator.h
+++ b/tools/gn/script_target_generator.h
@@ -12,9 +12,9 @@
class ScriptTargetGenerator : public TargetGenerator {
public:
ScriptTargetGenerator(Target* target,
- Scope* scope,
- const Token& function_token,
- Err* err);
+ Scope* scope,
+ const Token& function_token,
+ Err* err);
virtual ~ScriptTargetGenerator();
protected:
@@ -23,6 +23,7 @@ class ScriptTargetGenerator : public TargetGenerator {
private:
void FillScript();
void FillScriptArgs();
+ void FillDepfile();
DISALLOW_COPY_AND_ASSIGN(ScriptTargetGenerator);
};
« no previous file with comments | « tools/gn/ninja_script_target_writer_unittest.cc ('k') | tools/gn/script_target_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698