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

Side by Side Diff: cc/cc_tests.gyp

Issue 1837263005: cc: Rename DisplayListRasterSource to just RasterSource. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/cc.gyp ('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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 82 'output/renderer_unittest.cc',
83 'output/shader_unittest.cc', 83 'output/shader_unittest.cc',
84 'output/software_renderer_unittest.cc', 84 'output/software_renderer_unittest.cc',
85 'output/texture_mailbox_deleter_unittest.cc', 85 'output/texture_mailbox_deleter_unittest.cc',
86 'playback/discardable_image_map_unittest.cc', 86 'playback/discardable_image_map_unittest.cc',
87 'playback/display_item_list_unittest.cc', 87 'playback/display_item_list_unittest.cc',
88 'playback/display_list_raster_source_unittest.cc',
89 'playback/display_list_recording_source_unittest.cc', 88 'playback/display_list_recording_source_unittest.cc',
89 'playback/raster_source_unittest.cc',
90 'proto/base_conversions_unittest.cc', 90 'proto/base_conversions_unittest.cc',
91 'proto/cc_conversions_unittest.cc', 91 'proto/cc_conversions_unittest.cc',
92 'proto/gfx_conversions_unittest.cc', 92 'proto/gfx_conversions_unittest.cc',
93 'proto/gpu_conversions_unittest.cc', 93 'proto/gpu_conversions_unittest.cc',
94 'proto/skia_conversions_unittest.cc', 94 'proto/skia_conversions_unittest.cc',
95 'proto/synced_property_conversions_unittest.cc', 95 'proto/synced_property_conversions_unittest.cc',
96 'quads/draw_polygon_unittest.cc', 96 'quads/draw_polygon_unittest.cc',
97 'quads/draw_quad_unittest.cc', 97 'quads/draw_quad_unittest.cc',
98 'quads/render_pass_unittest.cc', 98 'quads/render_pass_unittest.cc',
99 'raster/scoped_gpu_raster_unittest.cc', 99 'raster/scoped_gpu_raster_unittest.cc',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'test/begin_frame_args_test.cc', 176 'test/begin_frame_args_test.cc',
177 'test/begin_frame_args_test.h', 177 'test/begin_frame_args_test.h',
178 'test/begin_frame_source_test.cc', 178 'test/begin_frame_source_test.cc',
179 'test/begin_frame_source_test.h', 179 'test/begin_frame_source_test.h',
180 'test/failure_output_surface.cc', 180 'test/failure_output_surface.cc',
181 'test/failure_output_surface.h', 181 'test/failure_output_surface.h',
182 'test/fake_channel_impl.cc', 182 'test/fake_channel_impl.cc',
183 'test/fake_channel_impl.h', 183 'test/fake_channel_impl.h',
184 'test/fake_content_layer_client.cc', 184 'test/fake_content_layer_client.cc',
185 'test/fake_content_layer_client.h', 185 'test/fake_content_layer_client.h',
186 'test/fake_display_list_raster_source.cc',
187 'test/fake_display_list_raster_source.h',
188 'test/fake_display_list_recording_source.cc', 186 'test/fake_display_list_recording_source.cc',
189 'test/fake_display_list_recording_source.h', 187 'test/fake_display_list_recording_source.h',
190 'test/fake_external_begin_frame_source.cc', 188 'test/fake_external_begin_frame_source.cc',
191 'test/fake_external_begin_frame_source.h', 189 'test/fake_external_begin_frame_source.h',
192 'test/fake_image_serialization_processor.cc', 190 'test/fake_image_serialization_processor.cc',
193 'test/fake_image_serialization_processor.h', 191 'test/fake_image_serialization_processor.h',
194 'test/fake_impl_task_runner_provider.h', 192 'test/fake_impl_task_runner_provider.h',
195 'test/fake_layer_tree_host.cc', 193 'test/fake_layer_tree_host.cc',
196 'test/fake_layer_tree_host.h', 194 'test/fake_layer_tree_host.h',
197 'test/fake_layer_tree_host_client.cc', 195 'test/fake_layer_tree_host_client.cc',
(...skipping 11 matching lines...) Expand all
209 'test/fake_painted_scrollbar_layer.cc', 207 'test/fake_painted_scrollbar_layer.cc',
210 'test/fake_painted_scrollbar_layer.h', 208 'test/fake_painted_scrollbar_layer.h',
211 'test/fake_picture_layer.cc', 209 'test/fake_picture_layer.cc',
212 'test/fake_picture_layer.h', 210 'test/fake_picture_layer.h',
213 'test/fake_picture_layer_impl.cc', 211 'test/fake_picture_layer_impl.cc',
214 'test/fake_picture_layer_impl.h', 212 'test/fake_picture_layer_impl.h',
215 'test/fake_picture_layer_tiling_client.cc', 213 'test/fake_picture_layer_tiling_client.cc',
216 'test/fake_picture_layer_tiling_client.h', 214 'test/fake_picture_layer_tiling_client.h',
217 'test/fake_proxy.cc', 215 'test/fake_proxy.cc',
218 'test/fake_proxy.h', 216 'test/fake_proxy.h',
217 'test/fake_raster_source.cc',
218 'test/fake_raster_source.h',
219 'test/fake_renderer_client.cc', 219 'test/fake_renderer_client.cc',
220 'test/fake_renderer_client.h', 220 'test/fake_renderer_client.h',
221 'test/fake_rendering_stats_instrumentation.h', 221 'test/fake_rendering_stats_instrumentation.h',
222 'test/fake_resource_provider.h', 222 'test/fake_resource_provider.h',
223 'test/fake_scoped_ui_resource.cc', 223 'test/fake_scoped_ui_resource.cc',
224 'test/fake_scoped_ui_resource.h', 224 'test/fake_scoped_ui_resource.h',
225 'test/fake_scrollbar.cc', 225 'test/fake_scrollbar.cc',
226 'test/fake_scrollbar.h', 226 'test/fake_scrollbar.h',
227 'test/fake_tile_manager.cc', 227 'test/fake_tile_manager.cc',
228 'test/fake_tile_manager.h', 228 'test/fake_tile_manager.h',
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 502 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
503 ], 503 ],
504 } 504 }
505 ], 505 ],
506 ], 506 ],
507 }, 507 },
508 ], 508 ],
509 }], 509 }],
510 ], 510 ],
511 } 511 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/debug/rasterize_and_record_benchmark_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698