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

Unified Diff: tools/gn/variables.cc

Issue 1335313003: Replace instances of datadeps --> data_deps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make formatter recognize both datadeps and data_deps 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/docs/reference.md ('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 83b295792bb1973a2400cf4f88c453da35d4a7b5..d068fd8b99dfb935b240edfaf1a78cfa7d12f917 100644
--- a/tools/gn/variables.cc
+++ b/tools/gn/variables.cc
@@ -563,8 +563,8 @@ const char kDataDeps_Help[] =
" A list of target labels.\n"
"\n"
" Specifies dependencies of a target that are not actually linked into\n"
- " the current target. Such dependencies will built and will be available\n"
- " at runtime.\n"
+ " the current target. Such dependencies will be built and will be\n"
+ " available at runtime.\n"
"\n"
" This is normally used for things like plugins or helper programs that\n"
" a target needs at runtime.\n"
« no previous file with comments | « tools/gn/docs/reference.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698