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

Unified Diff: chrome/browser/BUILD.gn

Issue 1305213009: Componentize PrefSyncableService and support classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pref_service_syncable
Patch Set: Add missing dependency on //sync:test_support_sync_api for unit tests with gn Created 5 years, 3 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 | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 59ea9d973546988b9999b41425587d56a2c4a7f2..cefe99b763cc0708f20a711f6e10569ed694dde1 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -291,6 +291,7 @@ source_set("browser") {
"//components/safe_json",
"//components/sessions",
"//components/storage_monitor",
+ "//components/syncable_prefs",
"//components/translate/content/browser",
"//components/upload_list",
"//components/url_matcher",
@@ -1040,8 +1041,6 @@ source_set("test_support") {
"password_manager/password_manager_test_base.h",
"password_manager/test_password_store_service.cc",
"password_manager/test_password_store_service.h",
- "prefs/pref_service_mock_factory.cc",
- "prefs/pref_service_mock_factory.h",
"profile_resetter/profile_resetter_test_base.cc",
"profile_resetter/profile_resetter_test_base.h",
"search_engines/template_url_service_factory_test_util.cc",
@@ -1085,6 +1084,7 @@ source_set("test_support") {
"//components/invalidation/impl:test_support",
"//components/password_manager/core/browser:test_support",
"//components/search_engines:test_support",
+ "//components/syncable_prefs:test_support",
"//components/user_prefs/tracked:user_prefs_tracked_test_support",
"//content/test:test_support",
"//chrome/app/theme:theme_resources",
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698