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

Unified Diff: components/search_engines/BUILD.gn

Issue 1477783004: Add a preference to control Windows desktop search redirection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Declare feature in header file. Created 5 years, 1 month 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 9740b889487a002b0cb21e6a6ebb96ed1f2a4b1d..83c32103eaed9f4d8e0c8b97cc057c8f67f7083c 100644
--- a/components/search_engines/BUILD.gn
+++ b/components/search_engines/BUILD.gn
@@ -11,8 +11,8 @@ static_library("search_engines") {
"default_search_manager.h",
"default_search_pref_migration.cc",
"default_search_pref_migration.h",
- "detect_desktop_search_win.cc",
- "detect_desktop_search_win.h",
+ "desktop_search_win.cc",
+ "desktop_search_win.h",
"keyword_table.cc",
"keyword_table.h",
"keyword_web_data_service.cc",
@@ -102,7 +102,7 @@ source_set("unit_tests") {
sources = [
"default_search_manager_unittest.cc",
"default_search_pref_migration_unittest.cc",
- "detect_desktop_search_win_unittest.cc",
+ "desktop_search_win_unittest.cc",
"keyword_table_unittest.cc",
"search_host_to_urls_map_unittest.cc",
"template_url_prepopulate_data_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698