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

Unified Diff: tools/gn/variables.cc

Issue 1359113003: Fix GN docs for 'gn help deps' and update reference.md. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 e7782d73bd7c81293cdc76574f3018b44d0fa207..e3d1b46f6336536eee9af8c851941b265d5a7686 100644
--- a/tools/gn/variables.cc
+++ b/tools/gn/variables.cc
@@ -683,10 +683,7 @@ const char kDeps_Help[] =
" A list of target labels.\n"
"\n"
" Specifies private dependencies of a target. Shared and dynamic\n"
- " libraries will be linked into the current target. Other target types\n"
- " that can't be linked (like actions and groups) listed in \"deps\" will\n"
- " be treated as \"data_deps\". Likewise, if the current target isn't\n"
- " linkable, then all deps will be treated as \"data_deps\".\n"
+ " libraries will be linked into the current target.\n"
"\n"
" These dependencies are private in that it does not grant dependent\n"
" targets the ability to include headers from the dependency, and direct\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