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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 'scheduler/renderer/web_view_scheduler_impl_unittest.cc', 642 'scheduler/renderer/web_view_scheduler_impl_unittest.cc',
643 'scheduler/renderer/webthread_impl_for_renderer_scheduler_unittest.cc', 643 'scheduler/renderer/webthread_impl_for_renderer_scheduler_unittest.cc',
644 ], 644 ],
645 'search_unittest_sources': [ 645 'search_unittest_sources': [
646 'search/search_android_unittest.cc', 646 'search/search_android_unittest.cc',
647 'search/search_unittest.cc', 647 'search/search_unittest.cc',
648 ], 648 ],
649 'search_engines_unittest_sources': [ 649 'search_engines_unittest_sources': [
650 'search_engines/default_search_manager_unittest.cc', 650 'search_engines/default_search_manager_unittest.cc',
651 'search_engines/default_search_pref_migration_unittest.cc', 651 'search_engines/default_search_pref_migration_unittest.cc',
652 'search_engines/desktop_search_win_unittest.cc', 652 'search_engines/desktop_search_infobar_delegate_win_unittest.cc',
653 'search_engines/desktop_search_utils_win_unittest.cc',
653 'search_engines/keyword_table_unittest.cc', 654 'search_engines/keyword_table_unittest.cc',
654 'search_engines/search_engine_data_type_controller_unittest.cc', 655 'search_engines/search_engine_data_type_controller_unittest.cc',
655 'search_engines/search_host_to_urls_map_unittest.cc', 656 'search_engines/search_host_to_urls_map_unittest.cc',
656 'search_engines/template_url_prepopulate_data_unittest.cc', 657 'search_engines/template_url_prepopulate_data_unittest.cc',
657 'search_engines/template_url_service_util_unittest.cc', 658 'search_engines/template_url_service_util_unittest.cc',
658 'search_engines/template_url_unittest.cc', 659 'search_engines/template_url_unittest.cc',
659 ], 660 ],
660 'search_provider_logos_unittest_sources': [ 661 'search_provider_logos_unittest_sources': [
661 'search_provider_logos/logo_cache_unittest.cc', 662 'search_provider_logos/logo_cache_unittest.cc',
662 'search_provider_logos/logo_tracker_unittest.cc', 663 'search_provider_logos/logo_tracker_unittest.cc',
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
1030 'components.gyp:enhanced_bookmarks_test_support', 1031 'components.gyp:enhanced_bookmarks_test_support',
1031 'components.gyp:favicon_base', 1032 'components.gyp:favicon_base',
1032 'components.gyp:favicon_core', 1033 'components.gyp:favicon_core',
1033 'components.gyp:flags_ui', 1034 'components.gyp:flags_ui',
1034 'components.gyp:gcm_driver', 1035 'components.gyp:gcm_driver',
1035 'components.gyp:gcm_driver_test_support', 1036 'components.gyp:gcm_driver_test_support',
1036 'components.gyp:google_core_browser', 1037 'components.gyp:google_core_browser',
1037 'components.gyp:history_core_browser', 1038 'components.gyp:history_core_browser',
1038 'components.gyp:history_core_common', 1039 'components.gyp:history_core_common',
1039 'components.gyp:history_core_test_support', 1040 'components.gyp:history_core_test_support',
1041 'components.gyp:infobars_core',
1040 'components.gyp:instance_id_test_support', 1042 'components.gyp:instance_id_test_support',
1041 'components.gyp:invalidation_impl', 1043 'components.gyp:invalidation_impl',
1042 'components.gyp:invalidation_test_support', 1044 'components.gyp:invalidation_test_support',
1043 'components.gyp:json_schema', 1045 'components.gyp:json_schema',
1044 'components.gyp:keyed_service_core', 1046 'components.gyp:keyed_service_core',
1045 'components.gyp:language_usage_metrics', 1047 'components.gyp:language_usage_metrics',
1046 'components.gyp:leveldb_proto', 1048 'components.gyp:leveldb_proto',
1047 'components.gyp:leveldb_proto_test_support', 1049 'components.gyp:leveldb_proto_test_support',
1048 'components.gyp:login', 1050 'components.gyp:login',
1049 'components.gyp:memory_pressure', 1051 'components.gyp:memory_pressure',
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
1885 'dependencies': [ 1887 'dependencies': [
1886 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1888 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1887 ], 1889 ],
1888 }], 1890 }],
1889 ], 1891 ],
1890 }, 1892 },
1891 ], 1893 ],
1892 }], 1894 }],
1893 ], 1895 ],
1894 } 1896 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698