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

Unified Diff: tools/gn/action_values.cc

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 | « tools/gn/action_values.h ('k') | tools/gn/builder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/action_values.cc
diff --git a/tools/gn/action_values.cc b/tools/gn/action_values.cc
index 28c4a11e0cbf2c86dfdfdf9ba7cba8f9f01d1e6b..0a0c552ba9f1de2368dbf70a11698534cfd09fe3 100644
--- a/tools/gn/action_values.cc
+++ b/tools/gn/action_values.cc
@@ -8,7 +8,7 @@
#include "tools/gn/substitution_writer.h"
#include "tools/gn/target.h"
-ActionValues::ActionValues() : console_(false) {}
+ActionValues::ActionValues() {}
ActionValues::~ActionValues() {}
« no previous file with comments | « tools/gn/action_values.h ('k') | tools/gn/builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698