| 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 593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 604 '../extensions/renderer/activity_log_converter_strategy_unittest.cc', | 604 '../extensions/renderer/activity_log_converter_strategy_unittest.cc', |
| 605 '../extensions/renderer/script_context_set_unittest.cc', | 605 '../extensions/renderer/script_context_set_unittest.cc', |
| 606 'app/chrome_dll.rc', | 606 'app/chrome_dll.rc', |
| 607 # All unittests in browser, common, renderer and service. | 607 # All unittests in browser, common, renderer and service. |
| 608 'browser/about_flags_unittest.cc', | 608 'browser/about_flags_unittest.cc', |
| 609 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', | 609 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', |
| 610 # mock_google_location_settings_helper could logically go in | 610 # mock_google_location_settings_helper could logically go in |
| 611 # test_support_unit. However tests suites in the internal repository | 611 # test_support_unit. However tests suites in the internal repository |
| 612 # depend on an alternate implementation so instead each test suite | 612 # depend on an alternate implementation so instead each test suite |
| 613 # includes the relevant version directly. | 613 # includes the relevant version directly. |
| 614 'browser/accessibility/font_size_prefs_unittest.cc', |
| 614 'browser/android/mock_google_location_settings_helper.cc', | 615 'browser/android/mock_google_location_settings_helper.cc', |
| 615 'browser/android/mock_google_location_settings_helper.h', | 616 'browser/android/mock_google_location_settings_helper.h', |
| 616 'browser/app_controller_mac_unittest.mm', | 617 'browser/app_controller_mac_unittest.mm', |
| 617 'browser/apps/drive/drive_app_mapping_unittest.cc', | 618 'browser/apps/drive/drive_app_mapping_unittest.cc', |
| 618 'browser/apps/ephemeral_app_service_unittest.cc', | 619 'browser/apps/ephemeral_app_service_unittest.cc', |
| 619 'browser/autocomplete/autocomplete_match_unittest.cc', | 620 'browser/autocomplete/autocomplete_match_unittest.cc', |
| 620 'browser/autocomplete/autocomplete_provider_unittest.cc', | 621 'browser/autocomplete/autocomplete_provider_unittest.cc', |
| 621 'browser/autocomplete/autocomplete_result_unittest.cc', | 622 'browser/autocomplete/autocomplete_result_unittest.cc', |
| 622 'browser/autocomplete/bookmark_provider_unittest.cc', | 623 'browser/autocomplete/bookmark_provider_unittest.cc', |
| 623 'browser/autocomplete/builtin_provider_unittest.cc', | 624 'browser/autocomplete/builtin_provider_unittest.cc', |
| (...skipping 2294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2918 'unit_tests.isolate', | 2919 'unit_tests.isolate', |
| 2919 ], | 2920 ], |
| 2920 'sources': [ | 2921 'sources': [ |
| 2921 'unit_tests.isolate', | 2922 'unit_tests.isolate', |
| 2922 ], | 2923 ], |
| 2923 }, | 2924 }, |
| 2924 ], | 2925 ], |
| 2925 }], | 2926 }], |
| 2926 ], # 'conditions' | 2927 ], # 'conditions' |
| 2927 } | 2928 } |
| OLD | NEW |