| 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 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 583 '../extensions/common/permissions/api_permission_set_unittest.cc', | 583 '../extensions/common/permissions/api_permission_set_unittest.cc', |
| 584 '../extensions/common/permissions/manifest_permission_set_unittest.cc', | 584 '../extensions/common/permissions/manifest_permission_set_unittest.cc', |
| 585 '../extensions/common/permissions/permissions_data_unittest.cc', | 585 '../extensions/common/permissions/permissions_data_unittest.cc', |
| 586 '../extensions/common/url_pattern_set_unittest.cc', | 586 '../extensions/common/url_pattern_set_unittest.cc', |
| 587 '../extensions/common/url_pattern_unittest.cc', | 587 '../extensions/common/url_pattern_unittest.cc', |
| 588 '../extensions/common/user_script_unittest.cc', | 588 '../extensions/common/user_script_unittest.cc', |
| 589 '../extensions/renderer/activity_log_converter_strategy_unittest.cc', | 589 '../extensions/renderer/activity_log_converter_strategy_unittest.cc', |
| 590 '../extensions/renderer/script_context_set_unittest.cc', | 590 '../extensions/renderer/script_context_set_unittest.cc', |
| 591 'app/chrome_dll.rc', | 591 'app/chrome_dll.rc', |
| 592 # All unittests in browser, common, renderer and service. | 592 # All unittests in browser, common, renderer and service. |
| 593 'browser/about_flags_histogram_unittest.cc', |
| 593 'browser/about_flags_unittest.cc', | 594 'browser/about_flags_unittest.cc', |
| 594 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', | 595 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', |
| 595 # mock_google_location_settings_helper could logically go in | 596 # mock_google_location_settings_helper could logically go in |
| 596 # test_support_unit. However tests suites in the internal repository | 597 # test_support_unit. However tests suites in the internal repository |
| 597 # depend on an alternate implementation so instead each test suite | 598 # depend on an alternate implementation so instead each test suite |
| 598 # includes the relevant version directly. | 599 # includes the relevant version directly. |
| 599 'browser/android/mock_google_location_settings_helper.cc', | 600 'browser/android/mock_google_location_settings_helper.cc', |
| 600 'browser/android/mock_google_location_settings_helper.h', | 601 'browser/android/mock_google_location_settings_helper.h', |
| 601 'browser/app_controller_mac_unittest.mm', | 602 'browser/app_controller_mac_unittest.mm', |
| 602 'browser/apps/ephemeral_app_service_unittest.cc', | 603 'browser/apps/ephemeral_app_service_unittest.cc', |
| (...skipping 2268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2871 'unit_tests.isolate', | 2872 'unit_tests.isolate', |
| 2872 ], | 2873 ], |
| 2873 'sources': [ | 2874 'sources': [ |
| 2874 'unit_tests.isolate', | 2875 'unit_tests.isolate', |
| 2875 ], | 2876 ], |
| 2876 }, | 2877 }, |
| 2877 ], | 2878 ], |
| 2878 }], | 2879 }], |
| 2879 ], # 'conditions' | 2880 ], # 'conditions' |
| 2880 } | 2881 } |
| OLD | NEW |