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

Side by Side Diff: cc/cc_tests.gyp

Issue 1939963002: cc: Move prepaint region calculations to the tiling set. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/debug/rasterize_and_record_benchmark_impl.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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 'animation/animation_host_perftest.cc', 381 'animation/animation_host_perftest.cc',
382 'layers/layer_perftest.cc', 382 'layers/layer_perftest.cc',
383 'layers/picture_layer_impl_perftest.cc', 383 'layers/picture_layer_impl_perftest.cc',
384 'quads/draw_quad_perftest.cc', 384 'quads/draw_quad_perftest.cc',
385 'raster/raster_buffer_provider_perftest.cc', 385 'raster/raster_buffer_provider_perftest.cc',
386 'raster/task_graph_runner_perftest.cc', 386 'raster/task_graph_runner_perftest.cc',
387 'raster/texture_compressor_perftest.cc', 387 'raster/texture_compressor_perftest.cc',
388 'surfaces/surface_aggregator_perftest.cc', 388 'surfaces/surface_aggregator_perftest.cc',
389 'test/cc_test_suite.cc', 389 'test/cc_test_suite.cc',
390 'test/run_all_perftests.cc', 390 'test/run_all_perftests.cc',
391 'tiles/picture_layer_tiling_perftest.cc',
392 'tiles/tile_manager_perftest.cc', 391 'tiles/tile_manager_perftest.cc',
393 'trees/layer_tree_host_common_perftest.cc', 392 'trees/layer_tree_host_common_perftest.cc',
394 'trees/layer_tree_host_perftest.cc', 393 'trees/layer_tree_host_perftest.cc',
395 'trees/occlusion_tracker_perftest.cc', 394 'trees/occlusion_tracker_perftest.cc',
396 ], 395 ],
397 'conditions': [ 396 'conditions': [
398 ['OS == "android"', 397 ['OS == "android"',
399 { 398 {
400 'dependencies': [ 399 'dependencies': [
401 '../testing/android/native_test.gyp:native_test_native_code', 400 '../testing/android/native_test.gyp:native_test_native_code',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 505 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
507 ], 506 ],
508 } 507 }
509 ], 508 ],
510 ], 509 ],
511 }, 510 },
512 ], 511 ],
513 }], 512 }],
514 ], 513 ],
515 } 514 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/debug/rasterize_and_record_benchmark_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698