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

Unified Diff: chrome/browser/BUILD.gn

Issue 2148293004: [Sync] //components/sync external changes [DO NOT SUBMIT] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc-1
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 15d605416dae95bd12e9b529909af44b78992b49..33d3b14039bf46531bcf9db69902ee500ed4da44 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