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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
564 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', | 564 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', |
565 # mock_google_location_settings_helper could logically go in | 565 # mock_google_location_settings_helper could logically go in |
566 # test_support_unit. However tests suites in the internal repository | 566 # test_support_unit. However tests suites in the internal repository |
567 # depend on an alternate implementation so instead each test suite | 567 # depend on an alternate implementation so instead each test suite |
568 # includes the relevant version directly. | 568 # includes the relevant version directly. |
569 'browser/android/mock_google_location_settings_helper.cc', | 569 'browser/android/mock_google_location_settings_helper.cc', |
570 'browser/android/mock_google_location_settings_helper.h', | 570 'browser/android/mock_google_location_settings_helper.h', |
571 'browser/app_controller_mac_unittest.mm', | 571 'browser/app_controller_mac_unittest.mm', |
572 'browser/apps/drive/drive_app_mapping_unittest.cc', | 572 'browser/apps/drive/drive_app_mapping_unittest.cc', |
573 'browser/apps/ephemeral_app_service_unittest.cc', | 573 'browser/apps/ephemeral_app_service_unittest.cc', |
| 574 'browser/autocomplete/answers_cache_unittest.cc', |
574 'browser/autocomplete/autocomplete_provider_unittest.cc', | 575 'browser/autocomplete/autocomplete_provider_unittest.cc', |
575 'browser/autocomplete/autocomplete_result_unittest.cc', | 576 'browser/autocomplete/autocomplete_result_unittest.cc', |
576 'browser/autocomplete/bookmark_provider_unittest.cc', | 577 'browser/autocomplete/bookmark_provider_unittest.cc', |
577 'browser/autocomplete/builtin_provider_unittest.cc', | 578 'browser/autocomplete/builtin_provider_unittest.cc', |
578 'browser/autocomplete/history_quick_provider_unittest.cc', | 579 'browser/autocomplete/history_quick_provider_unittest.cc', |
579 'browser/autocomplete/history_url_provider_unittest.cc', | 580 'browser/autocomplete/history_url_provider_unittest.cc', |
580 'browser/autocomplete/keyword_provider_unittest.cc', | 581 'browser/autocomplete/keyword_provider_unittest.cc', |
581 'browser/autocomplete/search_provider_unittest.cc', | 582 'browser/autocomplete/search_provider_unittest.cc', |
582 'browser/autocomplete/shortcuts_backend_unittest.cc', | 583 'browser/autocomplete/shortcuts_backend_unittest.cc', |
583 'browser/autocomplete/shortcuts_provider_unittest.cc', | 584 'browser/autocomplete/shortcuts_provider_unittest.cc', |
(...skipping 2287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2871 'dependencies': [ | 2872 'dependencies': [ |
2872 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2873 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2873 ], | 2874 ], |
2874 }], | 2875 }], |
2875 ], | 2876 ], |
2876 }, | 2877 }, |
2877 ], | 2878 ], |
2878 }], | 2879 }], |
2879 ], # 'conditions' | 2880 ], # 'conditions' |
2880 } | 2881 } |
OLD | NEW |