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

Unified Diff: components/sync/tools/BUILD.gn

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 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/sync/sync_tests.gypi ('k') | components/sync/tools/DEPS » ('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 8d45608c2b7011479a4390353b86cad88848b371..8951abfb3a92b9358b31a0888d024ac2b99e6ab8 100644
--- a/components/sync/tools/BUILD.gn
+++ b/components/sync/tools/BUILD.gn
@@ -16,7 +16,6 @@ source_set("common") {
"//base",
"//components/invalidation/impl",
"//components/sync",
- "//components/sync_driver",
]
}
@@ -32,7 +31,6 @@ test("sync_listen_notifications") {
"//base",
"//components/invalidation/impl",
"//components/sync:test_support_sync_core",
- "//components/sync_driver",
"//jingle:notifier",
"//net:test_support",
]
@@ -50,7 +48,6 @@ test("sync_client") {
"//base",
"//components/invalidation/impl",
"//components/sync:test_support_sync_core",
- "//components/sync_driver",
"//jingle:notifier",
"//net:test_support",
]
« no previous file with comments | « components/sync/sync_tests.gypi ('k') | components/sync/tools/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698