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

Unified Diff: chrome/android/BUILD.gn

Issue 2419793005: [Sync] Fix test support targets + duplicate namespaces. (Closed)
Patch Set: Fix ChromeOS. Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 01fff6ea817fe1b5e4b0db47670541ab39e5c16a..c8e3f4db77c7c30ab86c055558d4d7f5fc10a238 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -630,7 +630,7 @@ shared_library("chrome_sync_shell") {
"//build/config/sanitizers:deps",
"//chrome:chrome_android_core",
"//components/sync",
- "//components/sync:test_support_sync_fake_server_android",
+ "//components/sync:test_support_fake_server_android",
]
}
@@ -672,7 +672,7 @@ chrome_public_apk_tmpl_shared("chrome_sync_shell_apk") {
# This exists here because com.google.protobuf.nano is needed in tests,
# but that code is stripped out via proguard. Adding this deps adds
# usages and prevents removal of the proto code.
- "//components/sync:test_support_sync_proto_java",
+ "//components/sync:test_support_proto_java",
]
}
@@ -728,7 +728,7 @@ android_library("chrome_sync_shell_test_apk_java") {
"//components/policy/android:policy_java",
"//components/signin/core/browser/android:signin_java_test_support",
"//components/sync:sync_java_test_support",
- "//components/sync:test_support_sync_proto_java",
+ "//components/sync:test_support_proto_java",
"//components/sync/android:sync_java",
"//content/public/android:content_java",
"//content/public/test/android:content_java_test_support",
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698