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 1812 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1823 '../tools/json_schema_compiler/test/simple_api_unittest.cc', | 1823 '../tools/json_schema_compiler/test/simple_api_unittest.cc', |
1824 '../ui/views/test/desktop_test_views_delegate.cc', | 1824 '../ui/views/test/desktop_test_views_delegate.cc', |
1825 '../ui/views/test/desktop_test_views_delegate.h', | 1825 '../ui/views/test/desktop_test_views_delegate.h', |
1826 '../ui/views/test/test_views_delegate.cc', | 1826 '../ui/views/test/test_views_delegate.cc', |
1827 '../ui/views/test/test_views_delegate.h', | 1827 '../ui/views/test/test_views_delegate.h', |
1828 '../ui/views/test/views_test_base.cc', | 1828 '../ui/views/test/views_test_base.cc', |
1829 '../ui/views/test/views_test_base.h', | 1829 '../ui/views/test/views_test_base.h', |
1830 '../ui/webui/resources/js/cr.js', | 1830 '../ui/webui/resources/js/cr.js', |
1831 '../webkit/blob/mock_blob_url_request_context.cc', | 1831 '../webkit/blob/mock_blob_url_request_context.cc', |
1832 '../webkit/blob/mock_blob_url_request_context.h', | 1832 '../webkit/blob/mock_blob_url_request_context.h', |
1833 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', | 1833 '../webkit/browser/fileapi/syncable/canned_syncable_file_system.cc', |
1834 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', | 1834 '../webkit/browser/fileapi/syncable/canned_syncable_file_system.cc', |
1835 '../webkit/fileapi/syncable/mock_sync_status_observer.cc', | 1835 '../webkit/browser/fileapi/syncable/mock_sync_status_observer.cc', |
1836 '../webkit/fileapi/syncable/mock_sync_status_observer.h', | 1836 '../webkit/browser/fileapi/syncable/mock_sync_status_observer.h', |
1837 '../webkit/quota/mock_storage_client.cc', | 1837 '../webkit/quota/mock_storage_client.cc', |
1838 '../webkit/quota/mock_storage_client.h', | 1838 '../webkit/quota/mock_storage_client.h', |
1839 ], | 1839 ], |
1840 'conditions': [ | 1840 'conditions': [ |
1841 ['OS!="ios"', { | 1841 ['OS!="ios"', { |
1842 'dependencies': [ | 1842 'dependencies': [ |
1843 'common/extensions/api/api.gyp:api', | 1843 'common/extensions/api/api.gyp:api', |
1844 '../components/component_resources.gyp:component_resources', | 1844 '../components/component_resources.gyp:component_resources', |
1845 '../device/device.gyp:device_bluetooth_mocks', | 1845 '../device/device.gyp:device_bluetooth_mocks', |
1846 '../gpu/gpu.gyp:gpu_unittest_utils', | 1846 '../gpu/gpu.gyp:gpu_unittest_utils', |
(...skipping 692 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2539 # more details. | 2539 # more details. |
2540 'DebugInformationFormat': '3', | 2540 'DebugInformationFormat': '3', |
2541 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2541 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2542 }, | 2542 }, |
2543 }, | 2543 }, |
2544 }, | 2544 }, |
2545 ], | 2545 ], |
2546 }], | 2546 }], |
2547 ], # 'conditions' | 2547 ], # 'conditions' |
2548 } | 2548 } |
OLD | NEW |