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

Side by Side Diff: cc/cc_tests.gyp

Issue 2208693003: Revert of cc: Make LayerTreeTests use a DelegatingRenderer and Display. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/surface_layer_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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 ], 169 ],
170 'cc_tests_support_files': [ 170 'cc_tests_support_files': [
171 'test/animation_test_common.cc', 171 'test/animation_test_common.cc',
172 'test/animation_test_common.h', 172 'test/animation_test_common.h',
173 'test/animation_timelines_test_common.cc', 173 'test/animation_timelines_test_common.cc',
174 'test/animation_timelines_test_common.h', 174 'test/animation_timelines_test_common.h',
175 'test/begin_frame_args_test.cc', 175 'test/begin_frame_args_test.cc',
176 'test/begin_frame_args_test.h', 176 'test/begin_frame_args_test.h',
177 'test/begin_frame_source_test.cc', 177 'test/begin_frame_source_test.cc',
178 'test/begin_frame_source_test.h', 178 'test/begin_frame_source_test.h',
179 'test/failure_output_surface.cc',
180 'test/failure_output_surface.h',
179 'test/fake_channel_impl.cc', 181 'test/fake_channel_impl.cc',
180 'test/fake_channel_impl.h', 182 'test/fake_channel_impl.h',
181 'test/fake_client_picture_cache.cc', 183 'test/fake_client_picture_cache.cc',
182 'test/fake_client_picture_cache.h', 184 'test/fake_client_picture_cache.h',
183 'test/fake_content_layer_client.cc', 185 'test/fake_content_layer_client.cc',
184 'test/fake_content_layer_client.h', 186 'test/fake_content_layer_client.h',
185 'test/fake_engine_picture_cache.cc', 187 'test/fake_engine_picture_cache.cc',
186 'test/fake_engine_picture_cache.h', 188 'test/fake_engine_picture_cache.h',
187 'test/fake_external_begin_frame_source.cc', 189 'test/fake_external_begin_frame_source.cc',
188 'test/fake_external_begin_frame_source.h', 190 'test/fake_external_begin_frame_source.h',
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 522 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
521 ], 523 ],
522 } 524 }
523 ], 525 ],
524 ], 526 ],
525 }, 527 },
526 ], 528 ],
527 }], 529 }],
528 ], 530 ],
529 } 531 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/surface_layer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698