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

Unified Diff: components/invalidation/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 | « components/infobars/core/BUILD.gn ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation/BUILD.gn
diff --git a/components/invalidation/BUILD.gn b/components/invalidation/BUILD.gn
index 6ab8569922918506965c0fbace58aff776b044cb..c1e581b3da0c83764dd1d396acfcfb1d70a92a89 100644
--- a/components/invalidation/BUILD.gn
+++ b/components/invalidation/BUILD.gn
@@ -76,6 +76,9 @@ static_library("invalidation") {
]
}
+ public_deps = [
+ "//third_party/cacheinvalidation",
+ ]
deps = [
"//base",
"//components/gcm_driver",
@@ -84,16 +87,11 @@ static_library("invalidation") {
"//components/signin/core/browser",
"//google_apis",
"//jingle:notifier",
- "//third_party/cacheinvalidation",
# TODO(sync): Remove this (http://crbug.com/133352);
"//third_party/protobuf:protobuf_lite",
# "//third_party/cacheinvalidation/src/google/cacheinvalidation:cacheinvalidation_proto_cpp",
]
-
- forward_dependent_configs_from = [
- "//third_party/cacheinvalidation",
- ]
}
static_library("test_support") {
« no previous file with comments | « components/infobars/core/BUILD.gn ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698