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

Unified Diff: tools/gn/action_values.cc

Issue 1358803002: Add ninja console pool support to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update action/action_foreach doc Created 5 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/action_values.h ('k') | tools/gn/functions_target.cc » ('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 ede802079bbdae777c740762d6dac727bad4e17a..819ead10c8de65456aa58aacb23b2b509706b25e 100644
--- a/tools/gn/action_values.cc
+++ b/tools/gn/action_values.cc
@@ -8,11 +8,9 @@
#include "tools/gn/substitution_writer.h"
#include "tools/gn/target.h"
-ActionValues::ActionValues() {
-}
+ActionValues::ActionValues() : console_(false) {}
-ActionValues::~ActionValues() {
-}
+ActionValues::~ActionValues() {}
void ActionValues::GetOutputsAsSourceFiles(
const Target* target,
« no previous file with comments | « tools/gn/action_values.h ('k') | tools/gn/functions_target.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698