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 1955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1966 '../webkit/browser/quota/mock_storage_client.cc', | 1966 '../webkit/browser/quota/mock_storage_client.cc', |
1967 '../webkit/browser/quota/mock_storage_client.h', | 1967 '../webkit/browser/quota/mock_storage_client.h', |
1968 ], | 1968 ], |
1969 'conditions': [ | 1969 'conditions': [ |
1970 ['OS!="ios"', { | 1970 ['OS!="ios"', { |
1971 'dependencies': [ | 1971 'dependencies': [ |
1972 '../components/components.gyp:autofill_content_test_support', | 1972 '../components/components.gyp:autofill_content_test_support', |
1973 '../components/components.gyp:data_reduction_proxy_test_support', | 1973 '../components/components.gyp:data_reduction_proxy_test_support', |
1974 '../components/components_strings.gyp:components_strings', | 1974 '../components/components_strings.gyp:components_strings', |
1975 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 1975 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
| 1976 '../extensions/extensions_strings.gyp:extensions_strings', |
1976 '../gpu/gpu.gyp:gpu_unittest_utils', | 1977 '../gpu/gpu.gyp:gpu_unittest_utils', |
1977 '../media/media.gyp:media_test_support', | 1978 '../media/media.gyp:media_test_support', |
1978 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 1979 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
1979 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1980 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
1980 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 1981 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
1981 '../third_party/libjingle/libjingle.gyp:libjingle', | 1982 '../third_party/libjingle/libjingle.gyp:libjingle', |
1982 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 1983 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
1983 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j
son_schema_compiler_tests', | 1984 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j
son_schema_compiler_tests', |
1984 '../ui/gl/gl.gyp:gl', | 1985 '../ui/gl/gl.gyp:gl', |
1985 '../v8/tools/gyp/v8.gyp:v8', | 1986 '../v8/tools/gyp/v8.gyp:v8', |
(...skipping 854 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2840 'browser/ui/app_list/test/fake_profile_store.h', | 2841 'browser/ui/app_list/test/fake_profile_store.h', |
2841 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2842 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2842 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2843 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
2843 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2844 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
2844 ], | 2845 ], |
2845 }, | 2846 }, |
2846 ], | 2847 ], |
2847 }], | 2848 }], |
2848 ], # 'conditions' | 2849 ], # 'conditions' |
2849 } | 2850 } |
OLD | NEW |