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

Unified Diff: components/sync_driver/BUILD.gn

Issue 1652573002: Update GN build files for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@presf_move
Patch Set: Created 4 years, 11 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/sync_bookmarks/BUILD.gn ('k') | components/sync_sessions/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/BUILD.gn
diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn
index 49debde448e5f073ffbf6d96dd79b29abbdb7792..46e586fb5abf825f1513f22d450e9d1f5b12a3e5 100644
--- a/components/sync_driver/BUILD.gn
+++ b/components/sync_driver/BUILD.gn
@@ -124,11 +124,11 @@ source_set("sync_driver") {
]
deps = [
"//base",
- "//base:prefs",
"//base/third_party/dynamic_annotations",
"//components/data_use_measurement/core",
"//components/invalidation/public",
"//components/os_crypt",
+ "//components/prefs",
"//components/pref_registry",
"//components/signin/core/browser",
"//components/version_info",
@@ -230,11 +230,11 @@ source_set("unit_tests") {
deps = [
":test_support",
"//base",
- "//base:prefs_test_support",
"//base/test:test_support",
"//components/invalidation/impl",
"//components/os_crypt",
"//components/pref_registry:test_support",
+ "//components/prefs:test_support",
"//components/signin/core/browser:test_support",
"//components/syncable_prefs",
"//components/syncable_prefs:test_support",
« no previous file with comments | « components/sync_bookmarks/BUILD.gn ('k') | components/sync_sessions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698