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

Unified Diff: tools/gn/action_target_generator.h

Issue 2926013002: Support explicit pools in actions (Closed)
Patch Set: Remove console altogether 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 | « no previous file | 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 0a69edab4e23c626c1dda9effd131f368e7c220e..3833b81f53dd4d84fd37b5bc3db057e5cf876f9d 100644
--- a/tools/gn/action_target_generator.h
+++ b/tools/gn/action_target_generator.h
@@ -27,7 +27,7 @@ class ActionTargetGenerator : public TargetGenerator {
bool FillScriptArgs();
bool FillResponseFileContents();
bool FillDepfile();
- bool FillConsole();
+ bool FillPool();
// Checks for errors in the outputs variable.
bool CheckOutputs();
« no previous file with comments | « no previous file | tools/gn/action_target_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698