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

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: fix build errors due to prefs being moved in components Created 4 years, 10 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
« no previous file with comments | « components/components_strings.grd ('k') | components/infobars/core/infobar_delegate.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 'scheduler/renderer/web_view_scheduler_impl_unittest.cc', 654 'scheduler/renderer/web_view_scheduler_impl_unittest.cc',
655 'scheduler/renderer/webthread_impl_for_renderer_scheduler_unittest.cc', 655 'scheduler/renderer/webthread_impl_for_renderer_scheduler_unittest.cc',
656 ], 656 ],
657 'search_unittest_sources': [ 657 'search_unittest_sources': [
658 'search/search_android_unittest.cc', 658 'search/search_android_unittest.cc',
659 'search/search_unittest.cc', 659 'search/search_unittest.cc',
660 ], 660 ],
661 'search_engines_unittest_sources': [ 661 'search_engines_unittest_sources': [
662 'search_engines/default_search_manager_unittest.cc', 662 'search_engines/default_search_manager_unittest.cc',
663 'search_engines/default_search_pref_migration_unittest.cc', 663 'search_engines/default_search_pref_migration_unittest.cc',
664 'search_engines/desktop_search_win_unittest.cc', 664 'search_engines/desktop_search_utils_unittest.cc',
665 'search_engines/keyword_table_unittest.cc', 665 'search_engines/keyword_table_unittest.cc',
666 'search_engines/search_engine_data_type_controller_unittest.cc', 666 'search_engines/search_engine_data_type_controller_unittest.cc',
667 'search_engines/search_host_to_urls_map_unittest.cc', 667 'search_engines/search_host_to_urls_map_unittest.cc',
668 'search_engines/template_url_prepopulate_data_unittest.cc', 668 'search_engines/template_url_prepopulate_data_unittest.cc',
669 'search_engines/template_url_service_util_unittest.cc', 669 'search_engines/template_url_service_util_unittest.cc',
670 'search_engines/template_url_unittest.cc', 670 'search_engines/template_url_unittest.cc',
671 ], 671 ],
672 'search_provider_logos_unittest_sources': [ 672 'search_provider_logos_unittest_sources': [
673 'search_provider_logos/logo_cache_unittest.cc', 673 'search_provider_logos/logo_cache_unittest.cc',
674 'search_provider_logos/logo_tracker_unittest.cc', 674 'search_provider_logos/logo_tracker_unittest.cc',
(...skipping 1197 matching lines...) Expand 10 before | Expand all | Expand 10 after
1872 'dependencies': [ 1872 'dependencies': [
1873 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1873 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1874 ], 1874 ],
1875 }], 1875 }],
1876 ], 1876 ],
1877 }, 1877 },
1878 ], 1878 ],
1879 }], 1879 }],
1880 ], 1880 ],
1881 } 1881 }
OLDNEW
« no previous file with comments | « components/components_strings.grd ('k') | components/infobars/core/infobar_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698