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

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

Issue 2351703003: Refactor: move components/sync/../signin to components/signin/../ (Closed)
Patch Set: rebase Created 4 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
Index: components/invalidation/impl/BUILD.gn
diff --git a/components/invalidation/impl/BUILD.gn b/components/invalidation/impl/BUILD.gn
index 116be19c3f0ee74f95aeb92e7e347e6afd6067fb..98934dd2eb1b2f5876f2047a54b6a518ead4a3c4 100644
--- a/components/invalidation/impl/BUILD.gn
+++ b/components/invalidation/impl/BUILD.gn
@@ -207,6 +207,7 @@ if (is_android) {
deps = [
":proto_java",
"//base:base_java",
+ "//components/signin/core/browser/android:java",
"//components/sync/android:sync_java",
"//third_party/android_protobuf:protobuf_nano_javalib",
"//third_party/cacheinvalidation:cacheinvalidation_javalib",
@@ -231,6 +232,7 @@ if (is_android) {
":java",
"//base:base_java",
"//base:base_java_test_support",
+ "//components/signin/core/browser/android:java",
"//components/sync/android:sync_java",
"//third_party/cacheinvalidation:cacheinvalidation_javalib",
"//third_party/cacheinvalidation:cacheinvalidation_proto_java",

Powered by Google App Engine
This is Rietveld 408576698