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

Unified Diff: components/user_prefs/tracked/BUILD.gn

Issue 2111253002: Clean up old legacy preference migration logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove now unused kHashStoreId in unit test 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/user_prefs.gypi ('k') | components/user_prefs/tracked/dictionary_hash_store_contents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_prefs/tracked/BUILD.gn
diff --git a/components/user_prefs/tracked/BUILD.gn b/components/user_prefs/tracked/BUILD.gn
index 3afd2bc77446cde3dba854341b66cb56cf5c371a..636f95889dc148eab380502702cb7629efc0f014 100644
--- a/components/user_prefs/tracked/BUILD.gn
+++ b/components/user_prefs/tracked/BUILD.gn
@@ -23,8 +23,6 @@ static_library("user_prefs_tracked") {
"pref_hash_store_transaction.h",
"pref_names.cc",
"pref_names.h",
- "pref_service_hash_store_contents.cc",
- "pref_service_hash_store_contents.h",
"segregated_pref_store.cc",
"segregated_pref_store.h",
"tracked_atomic_preference.cc",
@@ -76,7 +74,6 @@ source_set("unit_tests") {
"pref_hash_calculator_unittest.cc",
"pref_hash_filter_unittest.cc",
"pref_hash_store_impl_unittest.cc",
- "pref_service_hash_store_contents_unittest.cc",
"segregated_pref_store_unittest.cc",
"tracked_preferences_migration_unittest.cc",
]
« no previous file with comments | « components/user_prefs.gypi ('k') | components/user_prefs/tracked/dictionary_hash_store_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698