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

Unified Diff: tools/gn/action_target_generator.h

Issue 561273003: Add public deps to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 3 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/BUILD.gn ('k') | tools/gn/action_target_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/action_target_generator.h
diff --git a/tools/gn/action_target_generator.h b/tools/gn/action_target_generator.h
index aa81c3d22112a009b99a410b8ba6f5d9f05f284b..9f3e22448ca17b3da06f86cf869694e79079d302 100644
--- a/tools/gn/action_target_generator.h
+++ b/tools/gn/action_target_generator.h
@@ -22,12 +22,12 @@ class ActionTargetGenerator : public TargetGenerator {
virtual void DoRun() OVERRIDE;
private:
- void FillScript();
- void FillScriptArgs();
- void FillDepfile();
+ bool FillScript();
+ bool FillScriptArgs();
+ bool FillDepfile();
// Checks for errors in the outputs variable.
- void CheckOutputs();
+ bool CheckOutputs();
Target::OutputType output_type_;
« no previous file with comments | « tools/gn/BUILD.gn ('k') | tools/gn/action_target_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698