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

Unified Diff: components/search_engines/BUILD.gn

Issue 1598553003: Implement the Windows desktop search redirection feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build errors due to prefs being moved in components Created 4 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
« no previous file with comments | « components/search_engines.gypi ('k') | components/search_engines/DEPS » ('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 08b81789cc672057e05ffa417539595d19a5ddf6..09343edebb7e81989a3937c261b94b3e142d9849 100644
--- a/components/search_engines/BUILD.gn
+++ b/components/search_engines/BUILD.gn
@@ -11,8 +11,10 @@ static_library("search_engines") {
"default_search_manager.h",
"default_search_pref_migration.cc",
"default_search_pref_migration.h",
- "desktop_search_win.cc",
- "desktop_search_win.h",
+ "desktop_search_redirection_infobar_delegate.cc",
+ "desktop_search_redirection_infobar_delegate.h",
+ "desktop_search_utils.cc",
+ "desktop_search_utils.h",
"keyword_table.cc",
"keyword_table.h",
"keyword_web_data_service.cc",
@@ -65,6 +67,7 @@ static_library("search_engines") {
# omnibox/browser target, but should ideally be fixed, then this
# dependency added:
#"//components/omnibox/browser",
+ "//components/infobars/core",
"//components/pref_registry",
"//components/prefs",
"//components/rappor",
@@ -116,7 +119,7 @@ source_set("unit_tests") {
sources = [
"default_search_manager_unittest.cc",
"default_search_pref_migration_unittest.cc",
- "desktop_search_win_unittest.cc",
+ "desktop_search_utils_unittest.cc",
"keyword_table_unittest.cc",
"search_engine_data_type_controller_unittest.cc",
"search_host_to_urls_map_unittest.cc",
@@ -131,7 +134,9 @@ source_set("unit_tests") {
"//base",
"//components/google/core/browser",
"//components/pref_registry:test_support",
+ "//components/prefs",
"//components/sync_driver:test_support",
+ "//components/syncable_prefs:test_support",
"//components/webdata/common",
"//sql",
"//sync:test_support_sync_api",
« no previous file with comments | « components/search_engines.gypi ('k') | components/search_engines/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698