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

Unified Diff: components/browser_sync/browser/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/browser_sync.gypi ('k') | components/browser_sync/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_sync/browser/BUILD.gn
diff --git a/components/browser_sync/browser/BUILD.gn b/components/browser_sync/browser/BUILD.gn
index 556f9fd795857b22bfbb6b9da338cd658608838e..1e3167808f2bc67e9168e5288be82c9074e2cb93 100644
--- a/components/browser_sync/browser/BUILD.gn
+++ b/components/browser_sync/browser/BUILD.gn
@@ -15,7 +15,7 @@ static_library("browser") {
]
public_deps = [
- "//components/sync_driver",
+ "//components/sync",
]
deps = [
@@ -34,7 +34,6 @@ static_library("browser") {
"//components/prefs",
"//components/signin/core/browser",
"//components/strings",
- "//components/sync",
"//components/sync_bookmarks",
"//components/sync_sessions",
"//components/syncable_prefs",
@@ -78,10 +77,10 @@ source_set("unit_tests") {
"//components/signin/core/browser:test_support",
"//components/signin/core/common:common",
"//components/strings",
+ "//components/sync",
"//components/sync:test_support_sync_core_impl",
+ "//components/sync:test_support_sync_driver",
"//components/sync_bookmarks:sync_bookmarks",
- "//components/sync_driver",
- "//components/sync_driver:test_support",
"//components/sync_sessions",
"//components/sync_sessions:test_support",
"//components/syncable_prefs",
@@ -123,10 +122,10 @@ static_library("test_support") {
"//components/pref_registry",
"//components/signin/core/browser:browser",
"//components/signin/core/browser:test_support",
+ "//components/sync",
"//components/sync:test_support_sync_core",
"//components/sync:test_support_sync_core_impl",
- "//components/sync_driver",
- "//components/sync_driver:test_support",
+ "//components/sync:test_support_sync_driver",
"//components/sync_sessions:test_support",
"//components/syncable_prefs:test_support",
"//google_apis",
« no previous file with comments | « components/browser_sync.gypi ('k') | components/browser_sync/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698