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

Unified Diff: components/invalidation/impl/BUILD.gn

Issue 1236533003: Add missing cacheinvalidation_proto_cpp target to invalidation_impl and export it to dependents of … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/invalidation.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation/impl/BUILD.gn
diff --git a/components/invalidation/impl/BUILD.gn b/components/invalidation/impl/BUILD.gn
index f01269c64a2e7da4319950417bb73a3bc21e2140..95be996861d2eca752e682854f5b19c234099a02 100644
--- a/components/invalidation/impl/BUILD.gn
+++ b/components/invalidation/impl/BUILD.gn
@@ -132,13 +132,15 @@ static_library("test_support") {
"//jingle:notifier_test_util",
"//net",
"//testing/gmock",
- "//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",
]
+ public_deps = [
+ "//third_party/cacheinvalidation",
+ ]
if (is_android) {
deps += [ ":jni_headers" ]
« no previous file with comments | « components/invalidation.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698