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

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: add setting to only calculate and verify in cc_unittest Created 4 years, 9 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_host_unittest.cc', 9 'animation/animation_host_unittest.cc',
10 'animation/animation_player_unittest.cc', 10 'animation/animation_player_unittest.cc',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'test/layer_test_common.cc', 237 'test/layer_test_common.cc',
238 'test/layer_test_common.h', 238 'test/layer_test_common.h',
239 'test/layer_tree_host_common_test.cc', 239 'test/layer_tree_host_common_test.cc',
240 'test/layer_tree_host_common_test.h', 240 'test/layer_tree_host_common_test.h',
241 'test/layer_tree_json_parser.cc', 241 'test/layer_tree_json_parser.cc',
242 'test/layer_tree_json_parser.h', 242 'test/layer_tree_json_parser.h',
243 'test/layer_tree_pixel_resource_test.cc', 243 'test/layer_tree_pixel_resource_test.cc',
244 'test/layer_tree_pixel_resource_test.h', 244 'test/layer_tree_pixel_resource_test.h',
245 'test/layer_tree_pixel_test.cc', 245 'test/layer_tree_pixel_test.cc',
246 'test/layer_tree_pixel_test.h', 246 'test/layer_tree_pixel_test.h',
247 'test/layer_tree_settings_for_testing.cc',
248 'test/layer_tree_settings_for_testing.h',
247 'test/layer_tree_test.cc', 249 'test/layer_tree_test.cc',
248 'test/layer_tree_test.h', 250 'test/layer_tree_test.h',
249 'test/mock_helper.h', 251 'test/mock_helper.h',
250 'test/mock_occlusion_tracker.h', 252 'test/mock_occlusion_tracker.h',
251 'test/ordered_simple_task_runner.cc', 253 'test/ordered_simple_task_runner.cc',
252 'test/ordered_simple_task_runner.h', 254 'test/ordered_simple_task_runner.h',
253 'test/ordered_texture_map.cc', 255 'test/ordered_texture_map.cc',
254 'test/ordered_texture_map.h', 256 'test/ordered_texture_map.h',
255 'test/paths.cc', 257 'test/paths.cc',
256 'test/paths.h', 258 'test/paths.h',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 504 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
503 ], 505 ],
504 } 506 }
505 ], 507 ],
506 ], 508 ],
507 }, 509 },
508 ], 510 ],
509 }], 511 }],
510 ], 512 ],
511 } 513 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698