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

Unified Diff: components/search_engines/BUILD.gn

Issue 2598033004: Remove old default search preferences. (Closed)
Patch Set: Fixed after review, added value type checks for policies, added unittest 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 cf7293bc938b9a9b786ce78a5802a817308b470c..2ca2e4ae1c720790abde5e37c461dc2e4411b9df 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",
@@ -113,7 +111,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",

Powered by Google App Engine
This is Rietveld 408576698