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

Side by Side Diff: cc/cc_tests.gyp

Issue 1139063002: cc: Partial tile update for one-copy raster. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: monocle: rebase Created 5 years, 6 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_unittest.cc', 9 'animation/animation_unittest.cc',
10 'animation/keyframed_animation_curve_unittest.cc', 10 'animation/keyframed_animation_curve_unittest.cc',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'tiles/tile_priority_unittest.cc', 109 'tiles/tile_priority_unittest.cc',
110 'trees/blocking_task_runner_unittest.cc', 110 'trees/blocking_task_runner_unittest.cc',
111 'trees/damage_tracker_unittest.cc', 111 'trees/damage_tracker_unittest.cc',
112 'trees/layer_tree_host_common_unittest.cc', 112 'trees/layer_tree_host_common_unittest.cc',
113 'trees/layer_tree_host_impl_unittest.cc', 113 'trees/layer_tree_host_impl_unittest.cc',
114 'trees/layer_tree_host_pixeltest_blending.cc', 114 'trees/layer_tree_host_pixeltest_blending.cc',
115 'trees/layer_tree_host_pixeltest_filters.cc', 115 'trees/layer_tree_host_pixeltest_filters.cc',
116 'trees/layer_tree_host_pixeltest_masks.cc', 116 'trees/layer_tree_host_pixeltest_masks.cc',
117 'trees/layer_tree_host_pixeltest_readback.cc', 117 'trees/layer_tree_host_pixeltest_readback.cc',
118 'trees/layer_tree_host_pixeltest_synchronous.cc', 118 'trees/layer_tree_host_pixeltest_synchronous.cc',
119 'trees/layer_tree_host_pixeltest_tiles.cc',
119 'trees/layer_tree_host_unittest.cc', 120 'trees/layer_tree_host_unittest.cc',
120 'trees/layer_tree_host_unittest_animation.cc', 121 'trees/layer_tree_host_unittest_animation.cc',
121 'trees/layer_tree_host_unittest_context.cc', 122 'trees/layer_tree_host_unittest_context.cc',
122 'trees/layer_tree_host_unittest_copyrequest.cc', 123 'trees/layer_tree_host_unittest_copyrequest.cc',
123 'trees/layer_tree_host_unittest_damage.cc', 124 'trees/layer_tree_host_unittest_damage.cc',
124 'trees/layer_tree_host_unittest_delegated.cc', 125 'trees/layer_tree_host_unittest_delegated.cc',
125 'trees/layer_tree_host_unittest_no_message_loop.cc', 126 'trees/layer_tree_host_unittest_no_message_loop.cc',
126 'trees/layer_tree_host_unittest_occlusion.cc', 127 'trees/layer_tree_host_unittest_occlusion.cc',
127 'trees/layer_tree_host_unittest_picture.cc', 128 'trees/layer_tree_host_unittest_picture.cc',
128 'trees/layer_tree_host_unittest_proxy.cc', 129 'trees/layer_tree_host_unittest_proxy.cc',
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 483 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
483 ], 484 ],
484 } 485 }
485 ], 486 ],
486 ], 487 ],
487 }, 488 },
488 ], 489 ],
489 }], 490 }],
490 ], 491 ],
491 } 492 }
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