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

Side by Side Diff: cc/cc_tests.gyp

Issue 668123003: cc: Support texture rect targets for masks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base_for_texture_rect_changes
Patch Set: virtual CreateResourceAndRasterWorkerPool Created 6 years, 2 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'cc_unit_tests_source_files': [ 8 'cc_unit_tests_source_files': [
9 'animation/animation_unittest.cc', 9 'animation/animation_unittest.cc',
10 'animation/keyframed_animation_curve_unittest.cc', 10 'animation/keyframed_animation_curve_unittest.cc',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'test/geometry_test_utils.h', 191 'test/geometry_test_utils.h',
192 'test/test_in_process_context_provider.cc', 192 'test/test_in_process_context_provider.cc',
193 'test/test_in_process_context_provider.h', 193 'test/test_in_process_context_provider.h',
194 'test/impl_side_painting_settings.h', 194 'test/impl_side_painting_settings.h',
195 'test/layer_test_common.cc', 195 'test/layer_test_common.cc',
196 'test/layer_test_common.h', 196 'test/layer_test_common.h',
197 'test/layer_tree_host_common_test.cc', 197 'test/layer_tree_host_common_test.cc',
198 'test/layer_tree_host_common_test.h', 198 'test/layer_tree_host_common_test.h',
199 'test/layer_tree_json_parser.cc', 199 'test/layer_tree_json_parser.cc',
200 'test/layer_tree_json_parser.h', 200 'test/layer_tree_json_parser.h',
201 'test/layer_tree_pixel_resource_test.cc',
202 'test/layer_tree_pixel_resource_test.h',
201 'test/layer_tree_pixel_test.cc', 203 'test/layer_tree_pixel_test.cc',
202 'test/layer_tree_pixel_test.h', 204 'test/layer_tree_pixel_test.h',
203 'test/layer_tree_test.cc', 205 'test/layer_tree_test.cc',
204 'test/layer_tree_test.h', 206 'test/layer_tree_test.h',
205 'test/mock_occlusion_tracker.h', 207 'test/mock_occlusion_tracker.h',
206 'test/ordered_simple_task_runner.cc', 208 'test/ordered_simple_task_runner.cc',
207 'test/ordered_simple_task_runner.h', 209 'test/ordered_simple_task_runner.h',
208 'test/ordered_texture_map.cc', 210 'test/ordered_texture_map.cc',
209 'test/ordered_texture_map.h', 211 'test/ordered_texture_map.h',
210 'test/paths.cc', 212 'test/paths.cc',
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 'variables': { 426 'variables': {
425 'test_suite_name': 'cc_perftests', 427 'test_suite_name': 'cc_perftests',
426 }, 428 },
427 'includes': [ '../build/apk_test.gypi' ], 429 'includes': [ '../build/apk_test.gypi' ],
428 }, 430 },
429 ], 431 ],
430 } 432 }
431 ] 433 ]
432 ], 434 ],
433 } 435 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/gl_renderer.h » ('j') | cc/test/layer_tree_pixel_resource_test.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698