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

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: Rebase Created 6 years, 1 month 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/gl_renderer.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 (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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'test/geometry_test_utils.h', 192 'test/geometry_test_utils.h',
193 'test/test_in_process_context_provider.cc', 193 'test/test_in_process_context_provider.cc',
194 'test/test_in_process_context_provider.h', 194 'test/test_in_process_context_provider.h',
195 'test/impl_side_painting_settings.h', 195 'test/impl_side_painting_settings.h',
196 'test/layer_test_common.cc', 196 'test/layer_test_common.cc',
197 'test/layer_test_common.h', 197 'test/layer_test_common.h',
198 'test/layer_tree_host_common_test.cc', 198 'test/layer_tree_host_common_test.cc',
199 'test/layer_tree_host_common_test.h', 199 'test/layer_tree_host_common_test.h',
200 'test/layer_tree_json_parser.cc', 200 'test/layer_tree_json_parser.cc',
201 'test/layer_tree_json_parser.h', 201 'test/layer_tree_json_parser.h',
202 'test/layer_tree_pixel_resource_test.cc',
203 'test/layer_tree_pixel_resource_test.h',
202 'test/layer_tree_pixel_test.cc', 204 'test/layer_tree_pixel_test.cc',
203 'test/layer_tree_pixel_test.h', 205 'test/layer_tree_pixel_test.h',
204 'test/layer_tree_test.cc', 206 'test/layer_tree_test.cc',
205 'test/layer_tree_test.h', 207 'test/layer_tree_test.h',
206 'test/mock_occlusion_tracker.h', 208 'test/mock_occlusion_tracker.h',
207 'test/ordered_simple_task_runner.cc', 209 'test/ordered_simple_task_runner.cc',
208 'test/ordered_simple_task_runner.h', 210 'test/ordered_simple_task_runner.h',
209 'test/ordered_texture_map.cc', 211 'test/ordered_texture_map.cc',
210 'test/ordered_texture_map.h', 212 'test/ordered_texture_map.h',
211 'test/paths.cc', 213 'test/paths.cc',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 'variables': { 428 'variables': {
427 'test_suite_name': 'cc_perftests', 429 'test_suite_name': 'cc_perftests',
428 }, 430 },
429 'includes': [ '../build/apk_test.gypi' ], 431 'includes': [ '../build/apk_test.gypi' ],
430 }, 432 },
431 ], 433 ],
432 } 434 }
433 ] 435 ]
434 ], 436 ],
435 } 437 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/gl_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698