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

Unified Diff: tools/gn/variables.cc

Issue 1750283003: Minor fixes to tools/gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix last reference to IsValidToolSubstutition. Created 4 years, 10 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
« tools/gn/substitution_type.cc ('K') | « tools/gn/toolchain.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/variables.cc
diff --git a/tools/gn/variables.cc b/tools/gn/variables.cc
index c0bf6cbc9a34b47737a9649fcde2a58d4b72a729..024290493459e913d2149ea5ba9cb1e9d991d018 100644
--- a/tools/gn/variables.cc
+++ b/tools/gn/variables.cc
@@ -824,7 +824,8 @@ const char kInputs_Help[] =
"\n"
" For action and action_foreach targets, inputs should be the inputs to\n"
" script that don't vary. These should be all .py files that the script\n"
- " uses via imports (the main script itself will be an implcit dependency\n"
+ " uses via imports (the main script itself will be an implicit dependency"
+ "\n"
" of the action so need not be listed).\n"
"\n"
" For action targets, inputs and sources are treated the same, but from\n"
« tools/gn/substitution_type.cc ('K') | « tools/gn/toolchain.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698