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

Unified Diff: components/syncable_prefs/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/syncable_prefs.gypi ('k') | components/syncable_prefs/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/syncable_prefs/BUILD.gn
diff --git a/components/syncable_prefs/BUILD.gn b/components/syncable_prefs/BUILD.gn
index 81edcad7d6a258f641daa719752c35b6ec69fbb4..f7be7e7603f7ed81aba4521627f73609e5ccc50a 100644
--- a/components/syncable_prefs/BUILD.gn
+++ b/components/syncable_prefs/BUILD.gn
@@ -23,7 +23,7 @@ static_library("syncable_prefs") {
"//base",
"//components/pref_registry",
"//components/prefs",
- "//sync",
+ "//components/sync",
]
if (enable_configuration_policy) {
@@ -67,7 +67,7 @@ source_set("unit_tests") {
":test_support",
"//components/pref_registry",
"//components/prefs",
- "//sync:test_support_sync_api",
+ "//components/sync:test_support_sync_api",
"//testing/gtest",
]
}
« no previous file with comments | « components/syncable_prefs.gypi ('k') | components/syncable_prefs/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698