| 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 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 '../extensions/renderer/module_system_test.cc', | 610 '../extensions/renderer/module_system_test.cc', |
| 611 '../extensions/renderer/module_system_test.h', | 611 '../extensions/renderer/module_system_test.h', |
| 612 '../extensions/renderer/module_system_unittest.cc', | 612 '../extensions/renderer/module_system_unittest.cc', |
| 613 '../extensions/renderer/safe_builtins_unittest.cc', | 613 '../extensions/renderer/safe_builtins_unittest.cc', |
| 614 '../extensions/renderer/script_context_set_unittest.cc', | 614 '../extensions/renderer/script_context_set_unittest.cc', |
| 615 '../extensions/renderer/utils_unittest.cc', | 615 '../extensions/renderer/utils_unittest.cc', |
| 616 'app/chrome_dll.rc', | 616 'app/chrome_dll.rc', |
| 617 # All unittests in browser, common, renderer and service. | 617 # All unittests in browser, common, renderer and service. |
| 618 'browser/about_flags_unittest.cc', | 618 'browser/about_flags_unittest.cc', |
| 619 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', | 619 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', |
| 620 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', |
| 620 # mock_google_location_settings_helper could logically go in | 621 # mock_google_location_settings_helper could logically go in |
| 621 # test_support_unit. However tests suites in the internal repository | 622 # test_support_unit. However tests suites in the internal repository |
| 622 # depend on an alternate implementation so instead each test suite | 623 # depend on an alternate implementation so instead each test suite |
| 623 # includes the relevant version directly. | 624 # includes the relevant version directly. |
| 624 'browser/android/mock_google_location_settings_helper.cc', | 625 'browser/android/mock_google_location_settings_helper.cc', |
| 625 'browser/android/mock_google_location_settings_helper.h', | 626 'browser/android/mock_google_location_settings_helper.h', |
| 626 'browser/app_controller_mac_unittest.mm', | 627 'browser/app_controller_mac_unittest.mm', |
| 627 'browser/apps/drive/drive_app_mapping_unittest.cc', | 628 'browser/apps/drive/drive_app_mapping_unittest.cc', |
| 628 'browser/apps/ephemeral_app_service_unittest.cc', | 629 'browser/apps/ephemeral_app_service_unittest.cc', |
| 629 'browser/autocomplete/autocomplete_match_unittest.cc', | 630 'browser/autocomplete/autocomplete_match_unittest.cc', |
| (...skipping 2303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2933 'dependencies': [ | 2934 'dependencies': [ |
| 2934 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2935 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2935 ], | 2936 ], |
| 2936 }], | 2937 }], |
| 2937 ], | 2938 ], |
| 2938 }, | 2939 }, |
| 2939 ], | 2940 ], |
| 2940 }], | 2941 }], |
| 2941 ], # 'conditions' | 2942 ], # 'conditions' |
| 2942 } | 2943 } |
| OLD | NEW |