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 1851 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1862 '../webkit/browser/fileapi/syncable/mock_sync_status_observer.cc', | 1862 '../webkit/browser/fileapi/syncable/mock_sync_status_observer.cc', |
1863 '../webkit/browser/fileapi/syncable/mock_sync_status_observer.h', | 1863 '../webkit/browser/fileapi/syncable/mock_sync_status_observer.h', |
1864 '../webkit/browser/quota/mock_storage_client.cc', | 1864 '../webkit/browser/quota/mock_storage_client.cc', |
1865 '../webkit/browser/quota/mock_storage_client.h', | 1865 '../webkit/browser/quota/mock_storage_client.h', |
1866 ], | 1866 ], |
1867 'conditions': [ | 1867 'conditions': [ |
1868 ['OS!="ios"', { | 1868 ['OS!="ios"', { |
1869 'dependencies': [ | 1869 'dependencies': [ |
1870 'common/extensions/api/api.gyp:api', | 1870 'common/extensions/api/api.gyp:api', |
1871 '../components/components.gyp:autofill_content_test_util', | 1871 '../components/components.gyp:autofill_content_test_util', |
1872 '../components/component_resources.gyp:component_resources', | 1872 '../components/component_strings.gyp:component_strings', |
1873 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 1873 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
1874 '../gpu/gpu.gyp:gpu_unittest_utils', | 1874 '../gpu/gpu.gyp:gpu_unittest_utils', |
1875 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 1875 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
1876 '../third_party/cld/cld.gyp:cld', | 1876 '../third_party/cld/cld.gyp:cld', |
1877 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1877 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
1878 '../third_party/libjingle/libjingle.gyp:libjingle', | 1878 '../third_party/libjingle/libjingle.gyp:libjingle', |
1879 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 1879 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
1880 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j
son_schema_compiler_tests', | 1880 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j
son_schema_compiler_tests', |
1881 '../ui/gl/gl.gyp:gl', | 1881 '../ui/gl/gl.gyp:gl', |
1882 '../v8/tools/gyp/v8.gyp:v8', | 1882 '../v8/tools/gyp/v8.gyp:v8', |
(...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2580 # more details. | 2580 # more details. |
2581 'DebugInformationFormat': '3', | 2581 'DebugInformationFormat': '3', |
2582 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2582 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2583 }, | 2583 }, |
2584 }, | 2584 }, |
2585 }, | 2585 }, |
2586 ], | 2586 ], |
2587 }], | 2587 }], |
2588 ], # 'conditions' | 2588 ], # 'conditions' |
2589 } | 2589 } |
OLD | NEW |