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

Side by Side 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, 2 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 unified diff | Download patch
« no previous file with comments | « components/infobars/core/BUILD.gn ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 static_library("invalidation") { 5 static_library("invalidation") {
6 sources = [ 6 sources = [
7 "ack_handle.cc", 7 "ack_handle.cc",
8 "ack_handle.h", 8 "ack_handle.h",
9 "ack_handler.cc", 9 "ack_handler.cc",
10 "ack_handler.h", 10 "ack_handler.h",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "sync_invalidation_listener.h", 69 "sync_invalidation_listener.h",
70 "sync_system_resources.cc", 70 "sync_system_resources.cc",
71 "sync_system_resources.h", 71 "sync_system_resources.h",
72 "ticl_invalidation_service.cc", 72 "ticl_invalidation_service.cc",
73 "ticl_invalidation_service.h", 73 "ticl_invalidation_service.h",
74 "ticl_settings_provider.cc", 74 "ticl_settings_provider.cc",
75 "ticl_settings_provider.h", 75 "ticl_settings_provider.h",
76 ] 76 ]
77 } 77 }
78 78
79 public_deps = [
80 "//third_party/cacheinvalidation",
81 ]
79 deps = [ 82 deps = [
80 "//base", 83 "//base",
81 "//components/gcm_driver", 84 "//components/gcm_driver",
82 "//components/keyed_service/core", 85 "//components/keyed_service/core",
83 "//components/pref_registry", 86 "//components/pref_registry",
84 "//components/signin/core/browser", 87 "//components/signin/core/browser",
85 "//google_apis", 88 "//google_apis",
86 "//jingle:notifier", 89 "//jingle:notifier",
87 "//third_party/cacheinvalidation",
88 90
89 # TODO(sync): Remove this (http://crbug.com/133352); 91 # TODO(sync): Remove this (http://crbug.com/133352);
90 "//third_party/protobuf:protobuf_lite", 92 "//third_party/protobuf:protobuf_lite",
91 # "//third_party/cacheinvalidation/src/google/cacheinvalidation:cacheinvalid ation_proto_cpp", 93 # "//third_party/cacheinvalidation/src/google/cacheinvalidation:cacheinvalid ation_proto_cpp",
92 ] 94 ]
93
94 forward_dependent_configs_from = [
95 "//third_party/cacheinvalidation",
96 ]
97 } 95 }
98 96
99 static_library("test_support") { 97 static_library("test_support") {
100 testonly = true 98 testonly = true
101 sources = [ 99 sources = [
102 "fake_invalidation_handler.cc", 100 "fake_invalidation_handler.cc",
103 "fake_invalidation_handler.h", 101 "fake_invalidation_handler.h",
104 "fake_invalidation_state_tracker.cc", 102 "fake_invalidation_state_tracker.cc",
105 "fake_invalidation_state_tracker.h", 103 "fake_invalidation_state_tracker.h",
106 "fake_invalidator.cc", 104 "fake_invalidator.cc",
(...skipping 25 matching lines...) Expand all
132 "//jingle:notifier_test_util", 130 "//jingle:notifier_test_util",
133 "//net", 131 "//net",
134 "//testing/gmock", 132 "//testing/gmock",
135 "//third_party/cacheinvalidation", 133 "//third_party/cacheinvalidation",
136 134
137 # TODO(sync): Remove this (http://crbug.com/133352); 135 # TODO(sync): Remove this (http://crbug.com/133352);
138 "//third_party/protobuf:protobuf_lite", 136 "//third_party/protobuf:protobuf_lite",
139 # "//third_party/cacheinvalidation/src/google/cacheinvalidation:cacheinvalid ation_proto_cpp", 137 # "//third_party/cacheinvalidation/src/google/cacheinvalidation:cacheinvalid ation_proto_cpp",
140 ] 138 ]
141 } 139 }
OLDNEW
« 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