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

Unified Diff: tools/gn/functions_target.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.cc ('k') | tools/gn/ninja_action_target_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/functions_target.cc
diff --git a/tools/gn/functions_target.cc b/tools/gn/functions_target.cc
index 5c30fb9bc08c043103a1c86b426b124d682231a9..ffe8f5f2941ebfc4bb8d978b244d65a9d71118f5 100644
--- a/tools/gn/functions_target.cc
+++ b/tools/gn/functions_target.cc
@@ -127,7 +127,7 @@ const char kAction_Help[] =
"\n"
"Variables\n"
"\n"
- " args, data, data_deps, depfile, deps, outputs*, script*,\n"
+ " args, console, data, data_deps, depfile, deps, outputs*, script*,\n"
" inputs, sources\n"
" * = required\n"
"\n"
@@ -198,7 +198,7 @@ const char kActionForEach_Help[] =
"\n"
"Variables\n"
"\n"
- " args, data, data_deps, depfile, deps, outputs*, script*,\n"
+ " args, console, data, data_deps, depfile, deps, outputs*, script*,\n"
" inputs, sources*\n"
" * = required\n"
"\n"
« no previous file with comments | « tools/gn/action_values.cc ('k') | tools/gn/ninja_action_target_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698