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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 489353004: Componentize SearchProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « chrome/chrome_browser.gypi ('k') | components/components_tests.gyp » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', 560 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc',
561 # mock_google_location_settings_helper could logically go in 561 # mock_google_location_settings_helper could logically go in
562 # test_support_unit. However tests suites in the internal repository 562 # test_support_unit. However tests suites in the internal repository
563 # depend on an alternate implementation so instead each test suite 563 # depend on an alternate implementation so instead each test suite
564 # includes the relevant version directly. 564 # includes the relevant version directly.
565 'browser/android/mock_google_location_settings_helper.cc', 565 'browser/android/mock_google_location_settings_helper.cc',
566 'browser/android/mock_google_location_settings_helper.h', 566 'browser/android/mock_google_location_settings_helper.h',
567 'browser/app_controller_mac_unittest.mm', 567 'browser/app_controller_mac_unittest.mm',
568 'browser/apps/drive/drive_app_mapping_unittest.cc', 568 'browser/apps/drive/drive_app_mapping_unittest.cc',
569 'browser/apps/ephemeral_app_service_unittest.cc', 569 'browser/apps/ephemeral_app_service_unittest.cc',
570 'browser/autocomplete/answers_cache_unittest.cc',
571 'browser/autocomplete/autocomplete_provider_unittest.cc', 570 'browser/autocomplete/autocomplete_provider_unittest.cc',
572 'browser/autocomplete/bookmark_provider_unittest.cc', 571 'browser/autocomplete/bookmark_provider_unittest.cc',
573 'browser/autocomplete/builtin_provider_unittest.cc', 572 'browser/autocomplete/builtin_provider_unittest.cc',
574 'browser/autocomplete/history_quick_provider_unittest.cc', 573 'browser/autocomplete/history_quick_provider_unittest.cc',
575 'browser/autocomplete/history_url_provider_unittest.cc', 574 'browser/autocomplete/history_url_provider_unittest.cc',
576 'browser/autocomplete/search_provider_unittest.cc', 575 'browser/autocomplete/search_provider_unittest.cc',
577 'browser/autocomplete/shortcuts_backend_unittest.cc', 576 'browser/autocomplete/shortcuts_backend_unittest.cc',
578 'browser/autocomplete/shortcuts_provider_unittest.cc', 577 'browser/autocomplete/shortcuts_provider_unittest.cc',
579 'browser/autocomplete/zero_suggest_provider_unittest.cc', 578 'browser/autocomplete/zero_suggest_provider_unittest.cc',
580 'browser/autofill/autofill_cc_infobar_delegate_unittest.cc', 579 'browser/autofill/autofill_cc_infobar_delegate_unittest.cc',
(...skipping 2307 matching lines...) Expand 10 before | Expand all | Expand 10 after
2888 'dependencies': [ 2887 'dependencies': [
2889 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2888 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2890 ], 2889 ],
2891 }], 2890 }],
2892 ], 2891 ],
2893 }, 2892 },
2894 ], 2893 ],
2895 }], 2894 }],
2896 ], # 'conditions' 2895 ], # 'conditions'
2897 } 2896 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698