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

Unified Diff: tools/gn/variables.cc

Issue 2059143002: "up-to-date" should only use hyphens when used as compound modifier of a noun (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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/ninja_binary_target_writer.cc ('k') | tools/valgrind/valgrind_test.py » ('j') | 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 8bafb68b02f33b0149465abdc3d55776b4c9a2c6..210eb5db1e8aa1bd438b952ec35327d64077ac1c 100644
--- a/tools/gn/variables.cc
+++ b/tools/gn/variables.cc
@@ -986,7 +986,7 @@ const char kInputs_Help[] =
"\n"
" The problem happens if a file is ever removed because the inputs are\n"
" not listed on the command line to the script. Because the script\n"
- " hasn't changed and all inputs are up-to-date, the script will not\n"
+ " hasn't changed and all inputs are up to date, the script will not\n"
" re-run and you will get a stale build. Instead, either list all\n"
" inputs on the command line to the script, or if there are many, create\n"
" a separate list file that the script reads. As long as this file is\n"
@@ -1001,7 +1001,7 @@ const char kInputs_Help[] =
" you do not typically need to list them in the inputs section.\n"
"\n"
" Inputs for binary targets will be treated as order-only dependencies,\n"
- " meaning that they will be forced up-to-date before compiling or\n"
+ " meaning that they will be forced up to date before compiling or\n"
" any files in the target, but changes in the inputs will not\n"
" necessarily force the target to compile. This is because it is\n"
" expected that the compiler will report the precise list of input\n"
« no previous file with comments | « tools/gn/ninja_binary_target_writer.cc ('k') | tools/valgrind/valgrind_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698