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

Unified Diff: components/browser_sync/browser/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/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 b292fe777dca36477d41deb3c77b80f100b95e4b..556f9fd795857b22bfbb6b9da338cd658608838e 100644
--- a/components/browser_sync/browser/BUILD.gn
+++ b/components/browser_sync/browser/BUILD.gn
@@ -34,6 +34,7 @@ static_library("browser") {
"//components/prefs",
"//components/signin/core/browser",
"//components/strings",
+ "//components/sync",
"//components/sync_bookmarks",
"//components/sync_sessions",
"//components/syncable_prefs",
@@ -42,7 +43,6 @@ static_library("browser") {
"//components/version_info:generate_version_info",
"//google_apis",
"//net",
- "//sync",
"//ui/base",
]
}
@@ -78,6 +78,7 @@ source_set("unit_tests") {
"//components/signin/core/browser:test_support",
"//components/signin/core/common:common",
"//components/strings",
+ "//components/sync:test_support_sync_core_impl",
"//components/sync_bookmarks:sync_bookmarks",
"//components/sync_driver",
"//components/sync_driver:test_support",
@@ -90,7 +91,6 @@ source_set("unit_tests") {
"//components/webdata_services:test_support",
"//google_apis",
"//net",
- "//sync:test_support_sync_internal_api",
"//testing/gmock",
"//testing/gtest",
"//ui/base",
@@ -123,14 +123,14 @@ static_library("test_support") {
"//components/pref_registry",
"//components/signin/core/browser:browser",
"//components/signin/core/browser:test_support",
+ "//components/sync:test_support_sync_core",
+ "//components/sync:test_support_sync_core_impl",
"//components/sync_driver",
"//components/sync_driver:test_support",
"//components/sync_sessions:test_support",
"//components/syncable_prefs:test_support",
"//google_apis",
"//net:test_support",
- "//sync:test_support_sync_core",
- "//sync:test_support_sync_internal_api",
"//testing/gmock",
]
}
« 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