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

Unified Diff: tools/gn/variables.cc

Issue 2880093002: gn desc: printing public_deps without --all and --tree
Patch Set: fixing documentation indentation Created 3 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/variables.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 d304bc508cfef300b8b81c6378286b49caed22c9..c09626199d0c6893623ee1cba7508dd793dd8ff2 100644
--- a/tools/gn/variables.cc
+++ b/tools/gn/variables.cc
@@ -1293,6 +1293,18 @@ Examples
libs = [ "ld" ]
)";
+const char kLinkedDeps[] = "linked_deps";
+const char kLinkedDeps_HelpShort[] =
+ "linked_deps: [label list] Public and private dependencies.";
+const char kLinkedDeps_Help[] =
+ R"(linked_deps: Public and private linked dependencies sorted in order
+ applying.
+
+ A list of target labels.
+
+ Linked dependencies are pubblic and private (but not data) dependencies.
+)";
+
const char kOutputExtension[] = "output_extension";
const char kOutputExtension_HelpShort[] =
"output_extension: [string] Value to use for the output's file extension.";
« no previous file with comments | « tools/gn/variables.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698