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

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 one more using clause Created 6 years, 11 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 1977 matching lines...) Expand 10 before | Expand all | Expand 10 after
1988 1988
1989 # TODO(yael): Move to //components/components_tests.gypi once 1989 # TODO(yael): Move to //components/components_tests.gypi once
1990 # nacl_defines is moved out of chrome.gyp into a common place. 1990 # nacl_defines is moved out of chrome.gyp into a common place.
1991 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc', 1991 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc',
1992 '../components/nacl/loader/nacl_validation_query_unittest.cc', 1992 '../components/nacl/loader/nacl_validation_query_unittest.cc',
1993 1993
1994 '../components/webdata/common/web_database_migration_unittest.cc', 1994 '../components/webdata/common/web_database_migration_unittest.cc',
1995 '../components/webdata/common/web_data_service_test_util.cc', 1995 '../components/webdata/common/web_data_service_test_util.cc',
1996 '../components/webdata/common/web_data_service_test_util.h', 1996 '../components/webdata/common/web_data_service_test_util.h',
1997 1997
1998 '../content/public/test/mock_blob_url_request_context.cc',
1999 '../content/public/test/mock_blob_url_request_context.h',
2000
1998 '../skia/ext/analysis_canvas_unittest.cc', 2001 '../skia/ext/analysis_canvas_unittest.cc',
1999 '../skia/ext/bitmap_platform_device_mac_unittest.cc', 2002 '../skia/ext/bitmap_platform_device_mac_unittest.cc',
2000 '../skia/ext/convolver_unittest.cc', 2003 '../skia/ext/convolver_unittest.cc',
2001 '../skia/ext/image_operations_unittest.cc', 2004 '../skia/ext/image_operations_unittest.cc',
2002 '../skia/ext/pixel_ref_utils_unittest.cc', 2005 '../skia/ext/pixel_ref_utils_unittest.cc',
2003 '../skia/ext/platform_canvas_unittest.cc', 2006 '../skia/ext/platform_canvas_unittest.cc',
2004 '../skia/ext/recursive_gaussian_convolution_unittest.cc', 2007 '../skia/ext/recursive_gaussian_convolution_unittest.cc',
2005 '../skia/ext/refptr_unittest.cc', 2008 '../skia/ext/refptr_unittest.cc',
2006 '../skia/ext/skia_utils_ios_unittest.mm', 2009 '../skia/ext/skia_utils_ios_unittest.mm',
2007 '../skia/ext/skia_utils_mac_unittest.mm', 2010 '../skia/ext/skia_utils_mac_unittest.mm',
2008 '../skia/ext/vector_canvas_unittest.cc', 2011 '../skia/ext/vector_canvas_unittest.cc',
2009 '../testing/gtest_mac_unittest.mm', 2012 '../testing/gtest_mac_unittest.mm',
2010 '../third_party/zlib/google/zip_reader_unittest.cc', 2013 '../third_party/zlib/google/zip_reader_unittest.cc',
2011 '../third_party/zlib/google/zip_unittest.cc', 2014 '../third_party/zlib/google/zip_unittest.cc',
2012 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', 2015 '../tools/json_schema_compiler/test/additional_properties_unittest.cc',
2013 '../tools/json_schema_compiler/test/any_unittest.cc', 2016 '../tools/json_schema_compiler/test/any_unittest.cc',
2014 '../tools/json_schema_compiler/test/arrays_unittest.cc', 2017 '../tools/json_schema_compiler/test/arrays_unittest.cc',
2015 '../tools/json_schema_compiler/test/callbacks_unittest.cc', 2018 '../tools/json_schema_compiler/test/callbacks_unittest.cc',
2016 '../tools/json_schema_compiler/test/choices_unittest.cc', 2019 '../tools/json_schema_compiler/test/choices_unittest.cc',
2017 '../tools/json_schema_compiler/test/crossref_unittest.cc', 2020 '../tools/json_schema_compiler/test/crossref_unittest.cc',
2018 '../tools/json_schema_compiler/test/enums_unittest.cc', 2021 '../tools/json_schema_compiler/test/enums_unittest.cc',
2019 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc' , 2022 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc' ,
2020 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', 2023 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc',
2021 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', 2024 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
2022 '../tools/json_schema_compiler/test/objects_unittest.cc', 2025 '../tools/json_schema_compiler/test/objects_unittest.cc',
2023 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 2026 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
2024 '../tools/json_schema_compiler/test/error_generation_unittest.cc', 2027 '../tools/json_schema_compiler/test/error_generation_unittest.cc',
2025 '../ui/webui/resources/js/cr.js', 2028 '../ui/webui/resources/js/cr.js',
2026 '../webkit/browser/blob/mock_blob_url_request_context.cc',
2027 '../webkit/browser/blob/mock_blob_url_request_context.h',
2028 '../webkit/browser/quota/mock_storage_client.cc', 2029 '../webkit/browser/quota/mock_storage_client.cc',
2029 '../webkit/browser/quota/mock_storage_client.h', 2030 '../webkit/browser/quota/mock_storage_client.h',
2030 ], 2031 ],
2031 'conditions': [ 2032 'conditions': [
2032 ['OS!="ios"', { 2033 ['OS!="ios"', {
2033 'dependencies': [ 2034 'dependencies': [
2034 'common/extensions/api/api.gyp:api', 2035 'common/extensions/api/api.gyp:api',
2035 '../components/components.gyp:autofill_content_test_support', 2036 '../components/components.gyp:autofill_content_test_support',
2036 '../components/component_strings.gyp:component_strings', 2037 '../components/component_strings.gyp:component_strings',
2037 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 2038 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
(...skipping 865 matching lines...) Expand 10 before | Expand all | Expand 10 after
2903 'browser/ui/app_list/test/fake_profile_store.h', 2904 'browser/ui/app_list/test/fake_profile_store.h',
2904 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2905 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2905 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2906 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2906 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2907 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2907 ], 2908 ],
2908 }, 2909 },
2909 ], 2910 ],
2910 }], 2911 }],
2911 ], # 'conditions' 2912 ], # 'conditions'
2912 } 2913 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698