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

Unified Diff: chrome/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
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 112aae5ba4f9119c08e19fe85f41dac09b80e54e..d1d27fa537823fcba31536af1de529f031ab8c78 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -105,9 +105,9 @@ split_static_library("browser") {
# non-iOS deps below.
public_deps = [
"//components/autofill/core/browser",
+ "//components/sync",
"//content/public/browser",
"//sql",
- "//sync",
]
deps = [
"//chrome:extra_resources",
@@ -196,6 +196,7 @@ split_static_library("browser") {
"//components/subresource_filter/core/browser",
"//components/suggestions",
"//components/supervised_user_error_page",
+ "//components/sync",
"//components/sync_bookmarks",
"//components/sync_driver",
"//components/sync_sessions",
@@ -225,7 +226,6 @@ split_static_library("browser") {
"//gpu/config",
"//skia",
"//sql",
- "//sync",
"//third_party/cacheinvalidation",
"//third_party/icu",
"//third_party/libjingle",

Powered by Google App Engine
This is Rietveld 408576698