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