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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 111143005: cc: Gather and lock/unlock SkDiscardablePixelRefs instead of skia::LazyPixelRefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/lazy/discardable/ to fix cc_unittests 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
« no previous file with comments | « cc/test/skia_common.cc ('k') | skia/ext/lazy_pixel_ref_utils.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1964 matching lines...) Expand 10 before | Expand all | Expand 10 after
1975 '../components/nacl/loader/nacl_validation_query_unittest.cc', 1975 '../components/nacl/loader/nacl_validation_query_unittest.cc',
1976 1976
1977 '../components/webdata/common/web_database_migration_unittest.cc', 1977 '../components/webdata/common/web_database_migration_unittest.cc',
1978 '../components/webdata/common/web_data_service_test_util.cc', 1978 '../components/webdata/common/web_data_service_test_util.cc',
1979 '../components/webdata/common/web_data_service_test_util.h', 1979 '../components/webdata/common/web_data_service_test_util.h',
1980 1980
1981 '../skia/ext/analysis_canvas_unittest.cc', 1981 '../skia/ext/analysis_canvas_unittest.cc',
1982 '../skia/ext/bitmap_platform_device_mac_unittest.cc', 1982 '../skia/ext/bitmap_platform_device_mac_unittest.cc',
1983 '../skia/ext/convolver_unittest.cc', 1983 '../skia/ext/convolver_unittest.cc',
1984 '../skia/ext/image_operations_unittest.cc', 1984 '../skia/ext/image_operations_unittest.cc',
1985 '../skia/ext/lazy_pixel_ref_utils_unittest.cc', 1985 '../skia/ext/pixel_ref_utils_unittest.cc',
1986 '../skia/ext/platform_canvas_unittest.cc', 1986 '../skia/ext/platform_canvas_unittest.cc',
1987 '../skia/ext/recursive_gaussian_convolution_unittest.cc', 1987 '../skia/ext/recursive_gaussian_convolution_unittest.cc',
1988 '../skia/ext/refptr_unittest.cc', 1988 '../skia/ext/refptr_unittest.cc',
1989 '../skia/ext/skia_utils_ios_unittest.mm', 1989 '../skia/ext/skia_utils_ios_unittest.mm',
1990 '../skia/ext/skia_utils_mac_unittest.mm', 1990 '../skia/ext/skia_utils_mac_unittest.mm',
1991 '../skia/ext/vector_canvas_unittest.cc', 1991 '../skia/ext/vector_canvas_unittest.cc',
1992 '../testing/gtest_mac_unittest.mm', 1992 '../testing/gtest_mac_unittest.mm',
1993 '../third_party/zlib/google/zip_reader_unittest.cc', 1993 '../third_party/zlib/google/zip_reader_unittest.cc',
1994 '../third_party/zlib/google/zip_unittest.cc', 1994 '../third_party/zlib/google/zip_unittest.cc',
1995 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', 1995 '../tools/json_schema_compiler/test/additional_properties_unittest.cc',
(...skipping 873 matching lines...) Expand 10 before | Expand all | Expand 10 after
2869 'browser/ui/app_list/test/fake_profile_store.h', 2869 'browser/ui/app_list/test/fake_profile_store.h',
2870 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2870 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2871 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2871 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2872 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2872 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2873 ], 2873 ],
2874 }, 2874 },
2875 ], 2875 ],
2876 }], 2876 }],
2877 ], # 'conditions' 2877 ], # 'conditions'
2878 } 2878 }
OLDNEW
« no previous file with comments | « cc/test/skia_common.cc ('k') | skia/ext/lazy_pixel_ref_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698