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

Unified Diff: chrome/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 | « build/gn_migration.gypi ('k') | chrome/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index f27421aa9b39cb1be934c99e14fa036b0e657f65..3da56993495ff115257d20f600abd174edd6a7bb 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -1173,7 +1173,7 @@ group("browser_dependencies") {
public_deps = [
"//chrome/browser",
"//chrome/common",
- "//sync",
+ "//components/sync",
]
if (enable_plugins) {
public_deps += [ "//ppapi/host" ]
@@ -1204,7 +1204,7 @@ group("browser_dependencies") {
group("child_dependencies") {
public_deps = [
"//chrome/common",
- "//sync",
+ "//components/sync",
]
if (!is_ios) {
public_deps += [
« no previous file with comments | « build/gn_migration.gypi ('k') | chrome/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698