OLD | NEW |
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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
567 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', | 567 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', |
568 # mock_google_location_settings_helper could logically go in | 568 # mock_google_location_settings_helper could logically go in |
569 # test_support_unit. However tests suites in the internal repository | 569 # test_support_unit. However tests suites in the internal repository |
570 # depend on an alternate implementation so instead each test suite | 570 # depend on an alternate implementation so instead each test suite |
571 # includes the relevant version directly. | 571 # includes the relevant version directly. |
572 'browser/android/mock_google_location_settings_helper.cc', | 572 'browser/android/mock_google_location_settings_helper.cc', |
573 'browser/android/mock_google_location_settings_helper.h', | 573 'browser/android/mock_google_location_settings_helper.h', |
574 'browser/app_controller_mac_unittest.mm', | 574 'browser/app_controller_mac_unittest.mm', |
575 'browser/apps/drive/drive_app_mapping_unittest.cc', | 575 'browser/apps/drive/drive_app_mapping_unittest.cc', |
576 'browser/apps/ephemeral_app_service_unittest.cc', | 576 'browser/apps/ephemeral_app_service_unittest.cc', |
| 577 'browser/autocomplete/answers_cache_unittest.cc', |
577 'browser/autocomplete/autocomplete_provider_unittest.cc', | 578 'browser/autocomplete/autocomplete_provider_unittest.cc', |
578 'browser/autocomplete/bookmark_provider_unittest.cc', | 579 'browser/autocomplete/bookmark_provider_unittest.cc', |
579 'browser/autocomplete/builtin_provider_unittest.cc', | 580 'browser/autocomplete/builtin_provider_unittest.cc', |
580 'browser/autocomplete/history_quick_provider_unittest.cc', | 581 'browser/autocomplete/history_quick_provider_unittest.cc', |
581 'browser/autocomplete/history_url_provider_unittest.cc', | 582 'browser/autocomplete/history_url_provider_unittest.cc', |
582 'browser/autocomplete/keyword_provider_unittest.cc', | 583 'browser/autocomplete/keyword_provider_unittest.cc', |
583 'browser/autocomplete/search_provider_unittest.cc', | 584 'browser/autocomplete/search_provider_unittest.cc', |
584 'browser/autocomplete/shortcuts_backend_unittest.cc', | 585 'browser/autocomplete/shortcuts_backend_unittest.cc', |
585 'browser/autocomplete/shortcuts_provider_unittest.cc', | 586 'browser/autocomplete/shortcuts_provider_unittest.cc', |
586 'browser/autocomplete/zero_suggest_provider_unittest.cc', | 587 'browser/autocomplete/zero_suggest_provider_unittest.cc', |
(...skipping 2300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2887 'dependencies': [ | 2888 'dependencies': [ |
2888 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2889 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2889 ], | 2890 ], |
2890 }], | 2891 }], |
2891 ], | 2892 ], |
2892 }, | 2893 }, |
2893 ], | 2894 ], |
2894 }], | 2895 }], |
2895 ], # 'conditions' | 2896 ], # 'conditions' |
2896 } | 2897 } |
OLD | NEW |