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

Side by Side Diff: cc/cc_tests.gyp

Issue 1766483002: CC Animation: Erase old animation tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/trees/layer_tree_host_unittest_animation.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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'trees/layer_tree_host_common_unittest.cc', 128 'trees/layer_tree_host_common_unittest.cc',
129 'trees/layer_tree_host_impl_unittest.cc', 129 'trees/layer_tree_host_impl_unittest.cc',
130 'trees/layer_tree_host_pixeltest_blending.cc', 130 'trees/layer_tree_host_pixeltest_blending.cc',
131 'trees/layer_tree_host_pixeltest_filters.cc', 131 'trees/layer_tree_host_pixeltest_filters.cc',
132 'trees/layer_tree_host_pixeltest_masks.cc', 132 'trees/layer_tree_host_pixeltest_masks.cc',
133 'trees/layer_tree_host_pixeltest_readback.cc', 133 'trees/layer_tree_host_pixeltest_readback.cc',
134 'trees/layer_tree_host_pixeltest_synchronous.cc', 134 'trees/layer_tree_host_pixeltest_synchronous.cc',
135 'trees/layer_tree_host_pixeltest_tiles.cc', 135 'trees/layer_tree_host_pixeltest_tiles.cc',
136 'trees/layer_tree_host_unittest.cc', 136 'trees/layer_tree_host_unittest.cc',
137 'trees/layer_tree_host_unittest_animation.cc', 137 'trees/layer_tree_host_unittest_animation.cc',
138 'trees/layer_tree_host_unittest_animation_timelines.cc',
139 'trees/layer_tree_host_unittest_context.cc', 138 'trees/layer_tree_host_unittest_context.cc',
140 'trees/layer_tree_host_unittest_copyrequest.cc', 139 'trees/layer_tree_host_unittest_copyrequest.cc',
141 'trees/layer_tree_host_unittest_damage.cc', 140 'trees/layer_tree_host_unittest_damage.cc',
142 'trees/layer_tree_host_unittest_occlusion.cc', 141 'trees/layer_tree_host_unittest_occlusion.cc',
143 'trees/layer_tree_host_unittest_picture.cc', 142 'trees/layer_tree_host_unittest_picture.cc',
144 'trees/layer_tree_host_unittest_proxy.cc', 143 'trees/layer_tree_host_unittest_proxy.cc',
145 'trees/layer_tree_host_unittest_record_gpu_histogram.cc', 144 'trees/layer_tree_host_unittest_record_gpu_histogram.cc',
146 'trees/layer_tree_host_unittest_remote_server.cc', 145 'trees/layer_tree_host_unittest_remote_server.cc',
147 'trees/layer_tree_host_unittest_scroll.cc', 146 'trees/layer_tree_host_unittest_scroll.cc',
148 'trees/layer_tree_host_unittest_serialization.cc', 147 'trees/layer_tree_host_unittest_serialization.cc',
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 504 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
506 ], 505 ],
507 } 506 }
508 ], 507 ],
509 ], 508 ],
510 }, 509 },
511 ], 510 ],
512 }], 511 }],
513 ], 512 ],
514 } 513 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/trees/layer_tree_host_unittest_animation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698