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

Unified Diff: chrome/browser/BUILD.gn

Issue 2778733003: Pref service: delete old implementation (Closed)
Patch Set: Fix missed merge Created 3 years, 9 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 | « chrome/app/BUILD.gn ('k') | chrome/browser/chrome_content_browser_manifest_overlay.json » ('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 9c61162e47312ba0939abe66c549c802d72a6ba4..70d099783dc374e4b6364efc30089eab81f48168 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -975,10 +975,6 @@ split_static_library("browser") {
"prefs/pref_metrics_service.h",
"prefs/pref_service_syncable_util.cc",
"prefs/pref_service_syncable_util.h",
- "prefs/preferences_connection_manager.cc",
- "prefs/preferences_connection_manager.h",
- "prefs/preferences_service.cc",
- "prefs/preferences_service.h",
"prefs/profile_pref_store_manager.cc",
"prefs/profile_pref_store_manager.h",
"prefs/session_startup_pref.cc",
@@ -4630,11 +4626,6 @@ if (enable_pepper_cdms) {
}
}
-service_manifest("preferences_manifest") {
- name = "preferences"
- source = "prefs/preferences_manifest.json"
-}
-
service_manifest("preferences_forwarder_manifest") {
name = "preferences_forwarder"
source = "prefs/forwarder_manifest.json"
« no previous file with comments | « chrome/app/BUILD.gn ('k') | chrome/browser/chrome_content_browser_manifest_overlay.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698