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

Unified Diff: google_apis/gcm/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 | « google_apis/BUILD.gn ('k') | gpu/command_buffer/client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gcm/BUILD.gn
diff --git a/google_apis/gcm/BUILD.gn b/google_apis/gcm/BUILD.gn
index 9d140f30398019dd7605f7063223d82d43681b05..d21a0573305e9a891bb6002d189df90b41c23a9a 100644
--- a/google_apis/gcm/BUILD.gn
+++ b/google_apis/gcm/BUILD.gn
@@ -45,16 +45,16 @@ component("gcm") {
defines = [ "GCM_IMPLEMENTATION" ]
- deps = [
+ public_deps = [
":proto",
+ ]
+ deps = [
"//base",
"//base/third_party/dynamic_annotations",
"//net",
"//third_party/leveldatabase",
"//url",
]
-
- forward_dependent_configs_from = [ ":proto" ]
}
proto_library("proto") {
@@ -83,13 +83,13 @@ static_library("test_support") {
"monitoring/fake_gcm_stats_recorder.h",
]
- deps = [
+ public_deps = [
":gcm",
+ ]
+ deps = [
"//base",
"//testing/gtest",
]
-
- forward_dependent_configs_from = [ ":gcm" ]
}
# A standalone MCS (mobile connection server) client.
« no previous file with comments | « google_apis/BUILD.gn ('k') | gpu/command_buffer/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698