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

Unified Diff: components/search_engines.gypi

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/infobars/core/infobar_delegate.h ('k') | components/search_engines/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines.gypi
diff --git a/components/search_engines.gypi b/components/search_engines.gypi
index 120539293106e93969e256694ddcafcaec4d639f..00574bd1a323739c33303dc69870f436773c9da6 100644
--- a/components/search_engines.gypi
+++ b/components/search_engines.gypi
@@ -19,11 +19,13 @@
'../url/url.gyp:url_lib',
'component_metrics_proto',
'components_strings.gyp:components_strings',
+ 'components.gyp:infobars_core',
'google_core_browser',
'history_core_browser',
'keyed_service_core',
'policy',
'pref_registry',
+ 'prefs/prefs.gyp:prefs',
'rappor',
'search_engines/prepopulated_engines.gyp:prepopulated_engines',
'sync_driver',
@@ -44,8 +46,10 @@
'search_engines/default_search_policy_handler.h',
'search_engines/default_search_pref_migration.cc',
'search_engines/default_search_pref_migration.h',
- 'search_engines/desktop_search_win.cc',
- 'search_engines/desktop_search_win.h',
+ 'search_engines/desktop_search_redirection_infobar_delegate.cc',
+ 'search_engines/desktop_search_redirection_infobar_delegate.h',
+ 'search_engines/desktop_search_utils.cc',
+ 'search_engines/desktop_search_utils.h',
'search_engines/keyword_table.cc',
'search_engines/keyword_table.h',
'search_engines/keyword_web_data_service.cc',
« no previous file with comments | « components/infobars/core/infobar_delegate.h ('k') | components/search_engines/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698