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

Side by Side Diff: cc/cc_tests.gyp

Issue 2194013002: cc: Delete the Renderer base class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dcheck-delegating
Patch Set: delete-renderer-base-class: rebase 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
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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'output/buffer_to_texture_target_map_unittest.cc', 72 'output/buffer_to_texture_target_map_unittest.cc',
73 'output/delegating_renderer_unittest.cc', 73 'output/delegating_renderer_unittest.cc',
74 'output/filter_operations_unittest.cc', 74 'output/filter_operations_unittest.cc',
75 'output/gl_renderer_unittest.cc', 75 'output/gl_renderer_unittest.cc',
76 'output/layer_quad_unittest.cc', 76 'output/layer_quad_unittest.cc',
77 'output/managed_memory_policy_unittest.cc', 77 'output/managed_memory_policy_unittest.cc',
78 'output/output_surface_unittest.cc', 78 'output/output_surface_unittest.cc',
79 'output/overlay_unittest.cc', 79 'output/overlay_unittest.cc',
80 'output/renderer_pixeltest.cc', 80 'output/renderer_pixeltest.cc',
81 'output/renderer_settings_unittest.cc', 81 'output/renderer_settings_unittest.cc',
82 'output/renderer_unittest.cc',
83 'output/shader_unittest.cc', 82 'output/shader_unittest.cc',
84 'output/software_renderer_unittest.cc', 83 'output/software_renderer_unittest.cc',
85 'output/texture_mailbox_deleter_unittest.cc', 84 'output/texture_mailbox_deleter_unittest.cc',
86 'playback/discardable_image_map_unittest.cc', 85 'playback/discardable_image_map_unittest.cc',
87 'playback/display_item_list_unittest.cc', 86 'playback/display_item_list_unittest.cc',
88 'playback/raster_source_unittest.cc', 87 'playback/raster_source_unittest.cc',
89 'playback/recording_source_unittest.cc', 88 'playback/recording_source_unittest.cc',
90 'proto/base_conversions_unittest.cc', 89 'proto/base_conversions_unittest.cc',
91 'proto/cc_conversions_unittest.cc', 90 'proto/cc_conversions_unittest.cc',
92 'proto/gfx_conversions_unittest.cc', 91 'proto/gfx_conversions_unittest.cc',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'test/begin_frame_args_test.cc', 174 'test/begin_frame_args_test.cc',
176 'test/begin_frame_args_test.h', 175 'test/begin_frame_args_test.h',
177 'test/begin_frame_source_test.cc', 176 'test/begin_frame_source_test.cc',
178 'test/begin_frame_source_test.h', 177 'test/begin_frame_source_test.h',
179 'test/fake_channel_impl.cc', 178 'test/fake_channel_impl.cc',
180 'test/fake_channel_impl.h', 179 'test/fake_channel_impl.h',
181 'test/fake_client_picture_cache.cc', 180 'test/fake_client_picture_cache.cc',
182 'test/fake_client_picture_cache.h', 181 'test/fake_client_picture_cache.h',
183 'test/fake_content_layer_client.cc', 182 'test/fake_content_layer_client.cc',
184 'test/fake_content_layer_client.h', 183 'test/fake_content_layer_client.h',
184 'test/fake_direct_renderer_client.cc',
185 'test/fake_direct_renderer_client.h',
185 'test/fake_engine_picture_cache.cc', 186 'test/fake_engine_picture_cache.cc',
186 'test/fake_engine_picture_cache.h', 187 'test/fake_engine_picture_cache.h',
187 'test/fake_external_begin_frame_source.cc', 188 'test/fake_external_begin_frame_source.cc',
188 'test/fake_external_begin_frame_source.h', 189 'test/fake_external_begin_frame_source.h',
189 'test/fake_image_serialization_processor.cc', 190 'test/fake_image_serialization_processor.cc',
190 'test/fake_image_serialization_processor.h', 191 'test/fake_image_serialization_processor.h',
191 'test/fake_impl_task_runner_provider.h', 192 'test/fake_impl_task_runner_provider.h',
192 'test/fake_layer_tree_host.cc', 193 'test/fake_layer_tree_host.cc',
193 'test/fake_layer_tree_host.h', 194 'test/fake_layer_tree_host.h',
194 'test/fake_layer_tree_host_client.cc', 195 'test/fake_layer_tree_host_client.cc',
(...skipping 17 matching lines...) Expand all
212 'test/fake_picture_layer_tiling_client.cc', 213 'test/fake_picture_layer_tiling_client.cc',
213 'test/fake_picture_layer_tiling_client.h', 214 'test/fake_picture_layer_tiling_client.h',
214 'test/fake_proxy.cc', 215 'test/fake_proxy.cc',
215 'test/fake_proxy.h', 216 'test/fake_proxy.h',
216 'test/fake_raster_buffer_provider.cc', 217 'test/fake_raster_buffer_provider.cc',
217 'test/fake_raster_buffer_provider.h', 218 'test/fake_raster_buffer_provider.h',
218 'test/fake_raster_source.cc', 219 'test/fake_raster_source.cc',
219 'test/fake_raster_source.h', 220 'test/fake_raster_source.h',
220 'test/fake_recording_source.cc', 221 'test/fake_recording_source.cc',
221 'test/fake_recording_source.h', 222 'test/fake_recording_source.h',
222 'test/fake_renderer_client.cc',
223 'test/fake_renderer_client.h',
224 'test/fake_rendering_stats_instrumentation.h', 223 'test/fake_rendering_stats_instrumentation.h',
225 'test/fake_resource_provider.h', 224 'test/fake_resource_provider.h',
226 'test/fake_scoped_ui_resource.cc', 225 'test/fake_scoped_ui_resource.cc',
227 'test/fake_scoped_ui_resource.h', 226 'test/fake_scoped_ui_resource.h',
228 'test/fake_scrollbar.cc', 227 'test/fake_scrollbar.cc',
229 'test/fake_scrollbar.h', 228 'test/fake_scrollbar.h',
230 'test/fake_tile_manager.cc', 229 'test/fake_tile_manager.cc',
231 'test/fake_tile_manager.h', 230 'test/fake_tile_manager.h',
232 'test/fake_tile_manager_client.cc', 231 'test/fake_tile_manager_client.cc',
233 'test/fake_tile_manager_client.h', 232 'test/fake_tile_manager_client.h',
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 519 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
521 ], 520 ],
522 } 521 }
523 ], 522 ],
524 ], 523 ],
525 }, 524 },
526 ], 525 ],
527 }], 526 }],
528 ], 527 ],
529 } 528 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698