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 1833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1844 '../webkit/browser/fileapi/syncable/mock_sync_status_observer.cc', | 1844 '../webkit/browser/fileapi/syncable/mock_sync_status_observer.cc', |
1845 '../webkit/browser/fileapi/syncable/mock_sync_status_observer.h', | 1845 '../webkit/browser/fileapi/syncable/mock_sync_status_observer.h', |
1846 '../webkit/browser/quota/mock_storage_client.cc', | 1846 '../webkit/browser/quota/mock_storage_client.cc', |
1847 '../webkit/browser/quota/mock_storage_client.h', | 1847 '../webkit/browser/quota/mock_storage_client.h', |
1848 ], | 1848 ], |
1849 'conditions': [ | 1849 'conditions': [ |
1850 ['OS!="ios"', { | 1850 ['OS!="ios"', { |
1851 'dependencies': [ | 1851 'dependencies': [ |
1852 'common/extensions/api/api.gyp:api', | 1852 'common/extensions/api/api.gyp:api', |
1853 '../components/component_resources.gyp:component_resources', | 1853 '../components/component_resources.gyp:component_resources', |
1854 '../device/device.gyp:device_bluetooth_mocks', | 1854 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
1855 '../gpu/gpu.gyp:gpu_unittest_utils', | 1855 '../gpu/gpu.gyp:gpu_unittest_utils', |
1856 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 1856 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
1857 '../third_party/cld/cld.gyp:cld', | 1857 '../third_party/cld/cld.gyp:cld', |
1858 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1858 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
1859 '../third_party/libjingle/libjingle.gyp:libjingle', | 1859 '../third_party/libjingle/libjingle.gyp:libjingle', |
1860 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 1860 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
1861 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j
son_schema_compiler_tests', | 1861 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j
son_schema_compiler_tests', |
1862 '../ui/gl/gl.gyp:gl', | 1862 '../ui/gl/gl.gyp:gl', |
1863 '../v8/tools/gyp/v8.gyp:v8', | 1863 '../v8/tools/gyp/v8.gyp:v8', |
1864 '../webkit/webkit.gyp:test_shell_test_support', | 1864 '../webkit/webkit.gyp:test_shell_test_support', |
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2553 # more details. | 2553 # more details. |
2554 'DebugInformationFormat': '3', | 2554 'DebugInformationFormat': '3', |
2555 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2555 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2556 }, | 2556 }, |
2557 }, | 2557 }, |
2558 }, | 2558 }, |
2559 ], | 2559 ], |
2560 }], | 2560 }], |
2561 ], # 'conditions' | 2561 ], # 'conditions' |
2562 } | 2562 } |
OLD | NEW |