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

Unified Diff: chrome/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/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 8b3ab7afb6430940a862c39fa1554cd08621a7b0..5aaa1bc2513a5ef7862dac949bd3ece01b50fb72 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -1161,7 +1161,7 @@ group("browser_dependencies") {
public_deps = [
"//chrome/browser",
"//chrome/common",
- "//sync",
+ "//components/sync",
]
if (enable_plugins) {
public_deps += [ "//ppapi/host" ]
@@ -1192,7 +1192,7 @@ group("browser_dependencies") {
group("child_dependencies") {
public_deps = [
"//chrome/common",
- "//sync",
+ "//components/sync",
]
if (!is_ios) {
public_deps += [
« build/all.gyp ('K') | « build/gn_migration.gypi ('k') | chrome/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698