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

Unified Diff: components/sync/tools/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 | « components/sync/engine_impl/model_type_registry.h ('k') | components/sync_bookmarks/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/tools/BUILD.gn
diff --git a/components/sync/tools/BUILD.gn b/components/sync/tools/BUILD.gn
index 8951abfb3a92b9358b31a0888d024ac2b99e6ab8..cf84e6b410b4856b269e281dfc179140a77f5161 100644
--- a/components/sync/tools/BUILD.gn
+++ b/components/sync/tools/BUILD.gn
@@ -30,7 +30,8 @@ test("sync_listen_notifications") {
":common",
"//base",
"//components/invalidation/impl",
- "//components/sync:test_support_sync_core",
+ "//components/sync",
+ "//components/sync:test_support_engine",
"//jingle:notifier",
"//net:test_support",
]
@@ -47,7 +48,8 @@ test("sync_client") {
":common",
"//base",
"//components/invalidation/impl",
- "//components/sync:test_support_sync_core",
+ "//components/sync",
+ "//components/sync:test_support_engine",
"//jingle:notifier",
"//net:test_support",
]
« no previous file with comments | « components/sync/engine_impl/model_type_registry.h ('k') | components/sync_bookmarks/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698