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

Unified Diff: components/components_tests.gyp

Issue 1598553003: Implement the Windows desktop search redirection feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: don't assume that a Browser exists + fix nits 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
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 81211eac8a4bb32da6f8665599b08a538967956f..cea55697f7b2d449a7065596679894f75ef53a9e 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -649,7 +649,8 @@
'search_engines_unittest_sources': [
'search_engines/default_search_manager_unittest.cc',
'search_engines/default_search_pref_migration_unittest.cc',
- 'search_engines/desktop_search_win_unittest.cc',
+ 'search_engines/desktop_search_infobar_delegate_win_unittest.cc',
+ 'search_engines/desktop_search_utils_win_unittest.cc',
'search_engines/keyword_table_unittest.cc',
'search_engines/search_engine_data_type_controller_unittest.cc',
'search_engines/search_host_to_urls_map_unittest.cc',
@@ -1037,6 +1038,7 @@
'components.gyp:history_core_browser',
'components.gyp:history_core_common',
'components.gyp:history_core_test_support',
+ 'components.gyp:infobars_core',
'components.gyp:instance_id_test_support',
'components.gyp:invalidation_impl',
'components.gyp:invalidation_test_support',

Powered by Google App Engine
This is Rietveld 408576698