| 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 '../tools/metrics/histograms/histograms.xml', |
| 563 'app/chrome_dll.rc', | 564 'app/chrome_dll.rc', |
| 564 # All unittests in browser, common, renderer and service. | 565 # All unittests in browser, common, renderer and service. |
| 565 'browser/about_flags_unittest.cc', | 566 'browser/about_flags_unittest.cc', |
| 566 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', | 567 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', |
| 567 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', | 568 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', |
| 568 # mock_google_location_settings_helper could logically go in | 569 # mock_google_location_settings_helper could logically go in |
| 569 # test_support_unit. However tests suites in the internal repository | 570 # test_support_unit. However tests suites in the internal repository |
| 570 # depend on an alternate implementation so instead each test suite | 571 # depend on an alternate implementation so instead each test suite |
| 571 # includes the relevant version directly. | 572 # includes the relevant version directly. |
| 572 'browser/android/mock_google_location_settings_helper.cc', | 573 'browser/android/mock_google_location_settings_helper.cc', |
| (...skipping 2322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2895 'dependencies': [ | 2896 'dependencies': [ |
| 2896 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2897 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2897 ], | 2898 ], |
| 2898 }], | 2899 }], |
| 2899 ], | 2900 ], |
| 2900 }, | 2901 }, |
| 2901 ], | 2902 ], |
| 2902 }], | 2903 }], |
| 2903 ], # 'conditions' | 2904 ], # 'conditions' |
| 2904 } | 2905 } |
| OLD | NEW |