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

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

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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/test/trackable_mock_invalidation.cc ('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/sync/tools/BUILD.gn b/components/sync/tools/BUILD.gn
similarity index 89%
rename from sync/tools/BUILD.gn
rename to components/sync/tools/BUILD.gn
index 102584241dfbd14576bd14db9059e30b6cd37c8e..8d45608c2b7011479a4390353b86cad88848b371 100644
--- a/sync/tools/BUILD.gn
+++ b/components/sync/tools/BUILD.gn
@@ -15,8 +15,8 @@ source_set("common") {
deps = [
"//base",
"//components/invalidation/impl",
+ "//components/sync",
"//components/sync_driver",
- "//sync",
]
}
@@ -31,10 +31,10 @@ test("sync_listen_notifications") {
":common",
"//base",
"//components/invalidation/impl",
+ "//components/sync:test_support_sync_core",
"//components/sync_driver",
"//jingle:notifier",
"//net:test_support",
- "//sync:test_support_sync_core",
]
}
@@ -49,9 +49,9 @@ test("sync_client") {
":common",
"//base",
"//components/invalidation/impl",
+ "//components/sync:test_support_sync_core",
"//components/sync_driver",
"//jingle:notifier",
"//net:test_support",
- "//sync:test_support_sync_core",
]
}
« no previous file with comments | « components/sync/test/trackable_mock_invalidation.cc ('k') | components/sync/tools/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698