Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1150)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 146963006: Move blob/mock_blob_url_request_context to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix duplicate GYPI entries (should fix link errors on Android and Win) Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698