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

Unified Diff: components/search_engines/BUILD.gn

Issue 2598033004: Remove old default search preferences. (Closed)
Patch Set: Fixed after review, round 2 Created 3 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
Index: components/search_engines/BUILD.gn
diff --git a/components/search_engines/BUILD.gn b/components/search_engines/BUILD.gn
index fe5b1d483c0f97479a1af8fc5f6a85ff3e405b8c..61411229997391ca532e24a8991d62c6d38da08b 100644
--- a/components/search_engines/BUILD.gn
+++ b/components/search_engines/BUILD.gn
@@ -9,8 +9,6 @@ static_library("search_engines") {
sources = [
"default_search_manager.cc",
"default_search_manager.h",
- "default_search_pref_migration.cc",
- "default_search_pref_migration.h",
"keyword_table.cc",
"keyword_table.h",
"keyword_web_data_service.cc",
@@ -116,7 +114,6 @@ source_set("unit_tests") {
testonly = true
sources = [
"default_search_manager_unittest.cc",
- "default_search_pref_migration_unittest.cc",
"keyword_table_unittest.cc",
"search_engine_data_type_controller_unittest.cc",
"search_host_to_urls_map_unittest.cc",
« no previous file with comments | « chrome/browser/prefs/tracked/pref_hash_browsertest.cc ('k') | components/search_engines/default_search_policy_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698