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

Side by Side Diff: cc/cc_tests.gyp

Issue 1800923002: cc: Directly use property trees to calculate clip rect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix perftests compile by not verify clip tree calc there Created 4 years, 7 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/layer_impl_unittest.cc » ('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_host_unittest.cc', 9 'animation/animation_host_unittest.cc',
10 'animation/animation_player_unittest.cc', 10 'animation/animation_player_unittest.cc',
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'test/layer_test_common.cc', 240 'test/layer_test_common.cc',
241 'test/layer_test_common.h', 241 'test/layer_test_common.h',
242 'test/layer_tree_host_common_test.cc', 242 'test/layer_tree_host_common_test.cc',
243 'test/layer_tree_host_common_test.h', 243 'test/layer_tree_host_common_test.h',
244 'test/layer_tree_json_parser.cc', 244 'test/layer_tree_json_parser.cc',
245 'test/layer_tree_json_parser.h', 245 'test/layer_tree_json_parser.h',
246 'test/layer_tree_pixel_resource_test.cc', 246 'test/layer_tree_pixel_resource_test.cc',
247 'test/layer_tree_pixel_resource_test.h', 247 'test/layer_tree_pixel_resource_test.h',
248 'test/layer_tree_pixel_test.cc', 248 'test/layer_tree_pixel_test.cc',
249 'test/layer_tree_pixel_test.h', 249 'test/layer_tree_pixel_test.h',
250 'test/layer_tree_settings_for_testing.cc',
251 'test/layer_tree_settings_for_testing.h',
250 'test/layer_tree_test.cc', 252 'test/layer_tree_test.cc',
251 'test/layer_tree_test.h', 253 'test/layer_tree_test.h',
252 'test/mock_helper.h', 254 'test/mock_helper.h',
253 'test/mock_occlusion_tracker.h', 255 'test/mock_occlusion_tracker.h',
254 'test/ordered_simple_task_runner.cc', 256 'test/ordered_simple_task_runner.cc',
255 'test/ordered_simple_task_runner.h', 257 'test/ordered_simple_task_runner.h',
256 'test/ordered_texture_map.cc', 258 'test/ordered_texture_map.cc',
257 'test/ordered_texture_map.h', 259 'test/ordered_texture_map.h',
258 'test/paths.cc', 260 'test/paths.cc',
259 'test/paths.h', 261 'test/paths.h',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 507 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
506 ], 508 ],
507 } 509 }
508 ], 510 ],
509 ], 511 ],
510 }, 512 },
511 ], 513 ],
512 }], 514 }],
513 ], 515 ],
514 } 516 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/layer_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698