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

Unified Diff: tools/gn/docs/quick_start.md

Issue 1190393003: tools/gn: Update docs to refer to 'public_configs'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/docs/quick_start.md
diff --git a/tools/gn/docs/quick_start.md b/tools/gn/docs/quick_start.md
index 49f16ae08be33b2a32e749ad653eb33590518e20..10f99ca7359f26d99ee178fec342f074254ff8e8 100644
--- a/tools/gn/docs/quick_start.md
+++ b/tools/gn/docs/quick_start.md
@@ -248,7 +248,7 @@ static_library("hello") {
This applies the `hello_config` to the `hello` target itself, plus all
targets that depend on transitively depend on the current one. Now
everybody that depends on us will get our settings. You can also set
-`direct_dependent_configs` which applies only to targets that directly
+`public_configs` which applies only to targets that directly
depend on your target (not transitively).
Now if you compile and run, you'll see the new version with two people:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698