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

Unified Diff: rlz/BUILD.gn

Issue 595073002: Replace forward_dependent_configs with public_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « remoting/protocol/BUILD.gn ('k') | sdch/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rlz/BUILD.gn
diff --git a/rlz/BUILD.gn b/rlz/BUILD.gn
index 7b76c7336db739885cce2f7b70628f3e44e4ac2a..2cec6e1e9b1fe551c4090b02a13cdf68cd9b27c6 100644
--- a/rlz/BUILD.gn
+++ b/rlz/BUILD.gn
@@ -53,7 +53,7 @@ source_set("rlz_lib") {
"win/lib/rlz_value_store_registry.h",
]
- direct_dependent_configs = [ ":rlz_config" ]
+ public_configs = [ ":rlz_config" ]
deps = [
"//base",
« no previous file with comments | « remoting/protocol/BUILD.gn ('k') | sdch/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698