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

Unified Diff: components/invalidation/BUILD.gn

Issue 446223002: Remove WeakHandle from components/invalidation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes Created 6 years, 4 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') | components/invalidation/DEPS » ('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 1476b479e0e92d4d201340b4f1a864ba1433e684..40ec2b020cbde4955641c6f30067779170864542 100644
--- a/components/invalidation/BUILD.gn
+++ b/components/invalidation/BUILD.gn
@@ -87,10 +87,10 @@ static_library("invalidation") {
"//components/signin/core/browser",
"//google_apis",
"//jingle:notifier",
- "//sync",
"//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",
]
}
@@ -129,8 +129,11 @@ static_library("test_support") {
"//jingle:notifier",
"//jingle:notifier_test_util",
"//net",
- "//sync",
"//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",
]
}
« no previous file with comments | « components/invalidation.gypi ('k') | components/invalidation/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698