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 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |