| 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 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 553 '../extensions/common/manifest_handlers/externally_connectable_unittest.
cc', | 553 '../extensions/common/manifest_handlers/externally_connectable_unittest.
cc', |
| 554 '../extensions/common/manifest_handlers/file_handler_manifest_unittest.c
c', | 554 '../extensions/common/manifest_handlers/file_handler_manifest_unittest.c
c', |
| 555 '../extensions/common/manifest_handlers/shared_module_manifest_unittest.
cc', | 555 '../extensions/common/manifest_handlers/shared_module_manifest_unittest.
cc', |
| 556 '../extensions/common/message_bundle_unittest.cc', | 556 '../extensions/common/message_bundle_unittest.cc', |
| 557 '../extensions/common/permissions/api_permission_set_unittest.cc', | 557 '../extensions/common/permissions/api_permission_set_unittest.cc', |
| 558 '../extensions/common/permissions/permissions_data_unittest.cc', | 558 '../extensions/common/permissions/permissions_data_unittest.cc', |
| 559 '../extensions/common/url_pattern_set_unittest.cc', | 559 '../extensions/common/url_pattern_set_unittest.cc', |
| 560 '../extensions/common/url_pattern_unittest.cc', | 560 '../extensions/common/url_pattern_unittest.cc', |
| 561 '../extensions/renderer/activity_log_converter_strategy_unittest.cc', | 561 '../extensions/renderer/activity_log_converter_strategy_unittest.cc', |
| 562 '../extensions/renderer/script_context_set_unittest.cc', | 562 '../extensions/renderer/script_context_set_unittest.cc', |
| 563 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this |
| 564 # dependency is needed to make commit bots run unit_tests on |
| 565 # histograms.xml changes. |
| 566 '../tools/metrics/histograms/histograms.xml', |
| 563 'app/chrome_dll.rc', | 567 'app/chrome_dll.rc', |
| 564 # All unittests in browser, common, renderer and service. | 568 # All unittests in browser, common, renderer and service. |
| 565 'browser/about_flags_unittest.cc', | 569 'browser/about_flags_unittest.cc', |
| 566 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', | 570 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', |
| 567 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', | 571 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', |
| 568 # mock_google_location_settings_helper could logically go in | 572 # mock_google_location_settings_helper could logically go in |
| 569 # test_support_unit. However tests suites in the internal repository | 573 # test_support_unit. However tests suites in the internal repository |
| 570 # depend on an alternate implementation so instead each test suite | 574 # depend on an alternate implementation so instead each test suite |
| 571 # includes the relevant version directly. | 575 # includes the relevant version directly. |
| 572 'browser/android/mock_google_location_settings_helper.cc', | 576 'browser/android/mock_google_location_settings_helper.cc', |
| (...skipping 2321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2894 'dependencies': [ | 2898 'dependencies': [ |
| 2895 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2899 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2896 ], | 2900 ], |
| 2897 }], | 2901 }], |
| 2898 ], | 2902 ], |
| 2899 }, | 2903 }, |
| 2900 ], | 2904 ], |
| 2901 }], | 2905 }], |
| 2902 ], # 'conditions' | 2906 ], # 'conditions' |
| 2903 } | 2907 } |
| OLD | NEW |