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 1828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1839 '../webkit/browser/fileapi/syncable/mock_sync_status_observer.cc', | 1839 '../webkit/browser/fileapi/syncable/mock_sync_status_observer.cc', |
1840 '../webkit/browser/fileapi/syncable/mock_sync_status_observer.h', | 1840 '../webkit/browser/fileapi/syncable/mock_sync_status_observer.h', |
1841 '../webkit/browser/quota/mock_storage_client.cc', | 1841 '../webkit/browser/quota/mock_storage_client.cc', |
1842 '../webkit/browser/quota/mock_storage_client.h', | 1842 '../webkit/browser/quota/mock_storage_client.h', |
1843 ], | 1843 ], |
1844 'conditions': [ | 1844 'conditions': [ |
1845 ['OS!="ios"', { | 1845 ['OS!="ios"', { |
1846 'dependencies': [ | 1846 'dependencies': [ |
1847 'common/extensions/api/api.gyp:api', | 1847 'common/extensions/api/api.gyp:api', |
1848 '../components/component_resources.gyp:component_resources', | 1848 '../components/component_resources.gyp:component_resources', |
1849 '../device/device.gyp:device_bluetooth_mocks', | 1849 '../device/bluetooth/bluetooth.gyp:bluetooth_mocks', |
1850 '../gpu/gpu.gyp:gpu_unittest_utils', | 1850 '../gpu/gpu.gyp:gpu_unittest_utils', |
1851 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 1851 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
1852 '../third_party/cld/cld.gyp:cld', | 1852 '../third_party/cld/cld.gyp:cld', |
1853 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1853 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
1854 '../third_party/libjingle/libjingle.gyp:libjingle', | 1854 '../third_party/libjingle/libjingle.gyp:libjingle', |
1855 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 1855 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
1856 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j
son_schema_compiler_tests', | 1856 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j
son_schema_compiler_tests', |
1857 '../ui/gl/gl.gyp:gl', | 1857 '../ui/gl/gl.gyp:gl', |
1858 '../v8/tools/gyp/v8.gyp:v8', | 1858 '../v8/tools/gyp/v8.gyp:v8', |
1859 '../webkit/webkit.gyp:test_shell_test_support', | 1859 '../webkit/webkit.gyp:test_shell_test_support', |
(...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2543 # more details. | 2543 # more details. |
2544 'DebugInformationFormat': '3', | 2544 'DebugInformationFormat': '3', |
2545 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2545 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2546 }, | 2546 }, |
2547 }, | 2547 }, |
2548 }, | 2548 }, |
2549 ], | 2549 ], |
2550 }], | 2550 }], |
2551 ], # 'conditions' | 2551 ], # 'conditions' |
2552 } | 2552 } |
OLD | NEW |