| 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 2008 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2019 '../tools/json_schema_compiler/test/choices_unittest.cc', | 2019 '../tools/json_schema_compiler/test/choices_unittest.cc', |
| 2020 '../tools/json_schema_compiler/test/crossref_unittest.cc', | 2020 '../tools/json_schema_compiler/test/crossref_unittest.cc', |
| 2021 '../tools/json_schema_compiler/test/enums_unittest.cc', | 2021 '../tools/json_schema_compiler/test/enums_unittest.cc', |
| 2022 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc'
, | 2022 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc'
, |
| 2023 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', | 2023 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', |
| 2024 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', | 2024 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', |
| 2025 '../tools/json_schema_compiler/test/objects_unittest.cc', | 2025 '../tools/json_schema_compiler/test/objects_unittest.cc', |
| 2026 '../tools/json_schema_compiler/test/simple_api_unittest.cc', | 2026 '../tools/json_schema_compiler/test/simple_api_unittest.cc', |
| 2027 '../tools/json_schema_compiler/test/error_generation_unittest.cc', | 2027 '../tools/json_schema_compiler/test/error_generation_unittest.cc', |
| 2028 '../ui/webui/resources/js/cr.js', | 2028 '../ui/webui/resources/js/cr.js', |
| 2029 '../webkit/browser/blob/mock_blob_url_request_context.cc', | |
| 2030 '../webkit/browser/blob/mock_blob_url_request_context.h', | |
| 2031 '../webkit/browser/quota/mock_storage_client.cc', | 2029 '../webkit/browser/quota/mock_storage_client.cc', |
| 2032 '../webkit/browser/quota/mock_storage_client.h', | 2030 '../webkit/browser/quota/mock_storage_client.h', |
| 2033 ], | 2031 ], |
| 2034 'conditions': [ | 2032 'conditions': [ |
| 2035 ['OS!="ios"', { | 2033 ['OS!="ios"', { |
| 2036 'dependencies': [ | 2034 'dependencies': [ |
| 2037 'common/extensions/api/api.gyp:api', | 2035 'common/extensions/api/api.gyp:api', |
| 2038 '../components/components.gyp:autofill_content_test_support', | 2036 '../components/components.gyp:autofill_content_test_support', |
| 2039 '../components/component_strings.gyp:component_strings', | 2037 '../components/component_strings.gyp:component_strings', |
| 2040 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 2038 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
| (...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2907 'browser/ui/app_list/test/fake_profile_store.h', | 2905 'browser/ui/app_list/test/fake_profile_store.h', |
| 2908 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2906 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2909 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2907 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
| 2910 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2908 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
| 2911 ], | 2909 ], |
| 2912 }, | 2910 }, |
| 2913 ], | 2911 ], |
| 2914 }], | 2912 }], |
| 2915 ], # 'conditions' | 2913 ], # 'conditions' |
| 2916 } | 2914 } |
| OLD | NEW |