| 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 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 594 '../extensions/common/permissions/permissions_data_unittest.cc', | 594 '../extensions/common/permissions/permissions_data_unittest.cc', |
| 595 '../extensions/common/url_pattern_set_unittest.cc', | 595 '../extensions/common/url_pattern_set_unittest.cc', |
| 596 '../extensions/common/url_pattern_unittest.cc', | 596 '../extensions/common/url_pattern_unittest.cc', |
| 597 '../extensions/common/user_script_unittest.cc', | 597 '../extensions/common/user_script_unittest.cc', |
| 598 '../extensions/renderer/activity_log_converter_strategy_unittest.cc', | 598 '../extensions/renderer/activity_log_converter_strategy_unittest.cc', |
| 599 '../extensions/renderer/script_context_set_unittest.cc', | 599 '../extensions/renderer/script_context_set_unittest.cc', |
| 600 'app/chrome_dll.rc', | 600 'app/chrome_dll.rc', |
| 601 # All unittests in browser, common, renderer and service. | 601 # All unittests in browser, common, renderer and service. |
| 602 'browser/about_flags_unittest.cc', | 602 'browser/about_flags_unittest.cc', |
| 603 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', | 603 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', |
| 604 'browser/android/thumbnail/lru_expiring_cache_unittest.cc', |
| 604 # mock_google_location_settings_helper could logically go in | 605 # mock_google_location_settings_helper could logically go in |
| 605 # test_support_unit. However tests suites in the internal repository | 606 # test_support_unit. However tests suites in the internal repository |
| 606 # depend on an alternate implementation so instead each test suite | 607 # depend on an alternate implementation so instead each test suite |
| 607 # includes the relevant version directly. | 608 # includes the relevant version directly. |
| 608 'browser/android/mock_google_location_settings_helper.cc', | 609 'browser/android/mock_google_location_settings_helper.cc', |
| 609 'browser/android/mock_google_location_settings_helper.h', | 610 'browser/android/mock_google_location_settings_helper.h', |
| 610 'browser/app_controller_mac_unittest.mm', | 611 'browser/app_controller_mac_unittest.mm', |
| 611 'browser/apps/drive/drive_app_mapping_unittest.cc', | 612 'browser/apps/drive/drive_app_mapping_unittest.cc', |
| 612 'browser/apps/ephemeral_app_service_unittest.cc', | 613 'browser/apps/ephemeral_app_service_unittest.cc', |
| 613 'browser/autocomplete/autocomplete_match_unittest.cc', | 614 'browser/autocomplete/autocomplete_match_unittest.cc', |
| (...skipping 2279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2893 'unit_tests.isolate', | 2894 'unit_tests.isolate', |
| 2894 ], | 2895 ], |
| 2895 'sources': [ | 2896 'sources': [ |
| 2896 'unit_tests.isolate', | 2897 'unit_tests.isolate', |
| 2897 ], | 2898 ], |
| 2898 }, | 2899 }, |
| 2899 ], | 2900 ], |
| 2900 }], | 2901 }], |
| 2901 ], # 'conditions' | 2902 ], # 'conditions' |
| 2902 } | 2903 } |
| OLD | NEW |