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

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: fix compile error. Created 5 years 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/search_engines.gypi ('k') | components/search_engines/desktop_search_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/BUILD.gn
diff --git a/components/search_engines/BUILD.gn b/components/search_engines/BUILD.gn
index 46fb5e311166c55a5414c21505d9f435d24c5061..e2fa0e45cc185914d14d6a080e982dc3b1dedb87 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",
@@ -114,7 +114,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",
« no previous file with comments | « components/search_engines.gypi ('k') | components/search_engines/desktop_search_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698