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

Unified Diff: components/sync_driver/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_driver.gypi ('k') | components/sync_driver/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/BUILD.gn
diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn
index 979666d0d7785e6370606cd04bc8f14a53c197f2..1f828193639bde7ed2a70c3f49f8aa5f73f25e66 100644
--- a/components/sync_driver/BUILD.gn
+++ b/components/sync_driver/BUILD.gn
@@ -125,7 +125,7 @@ static_library("sync_driver") {
]
public_deps = [
- "//sync",
+ "//components/sync",
"//third_party/cacheinvalidation",
]
@@ -189,15 +189,15 @@ static_library("test_support") {
public_deps = [
":sync_driver",
- "//sync",
+ "//components/sync",
]
deps = [
"//base",
+ "//components/sync:test_support_sync_core_impl",
"//components/syncable_prefs:test_support",
"//components/version_info",
"//google_apis",
- "//sync:test_support_sync_internal_api",
"//testing/gmock",
"//testing/gtest",
]
@@ -244,12 +244,12 @@ source_set("unit_tests") {
"//components/pref_registry:test_support",
"//components/prefs:test_support",
"//components/signin/core/browser:test_support",
+ "//components/sync:test_support_sync_api",
+ "//components/sync:test_support_sync_core_impl",
"//components/syncable_prefs",
"//components/syncable_prefs:test_support",
"//components/version_info",
"//net:test_support",
- "//sync:test_support_sync_api",
- "//sync:test_support_sync_internal_api",
"//testing/gmock",
"//testing/gtest",
"//url",
« no previous file with comments | « components/sync_driver.gypi ('k') | components/sync_driver/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698