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

Side by Side Diff: cc/cc_tests.gyp

Issue 1362663002: cc: Remove PicturePile and PicturePileImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and update Created 5 years, 3 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.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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'output/overlay_unittest.cc', 76 'output/overlay_unittest.cc',
77 'output/renderer_pixeltest.cc', 77 'output/renderer_pixeltest.cc',
78 'output/renderer_unittest.cc', 78 'output/renderer_unittest.cc',
79 'output/shader_unittest.cc', 79 'output/shader_unittest.cc',
80 'output/software_renderer_unittest.cc', 80 'output/software_renderer_unittest.cc',
81 'output/texture_mailbox_deleter_unittest.cc', 81 'output/texture_mailbox_deleter_unittest.cc',
82 'playback/discardable_image_map_unittest.cc', 82 'playback/discardable_image_map_unittest.cc',
83 'playback/display_item_list_unittest.cc', 83 'playback/display_item_list_unittest.cc',
84 'playback/display_list_raster_source_unittest.cc', 84 'playback/display_list_raster_source_unittest.cc',
85 'playback/display_list_recording_source_unittest.cc', 85 'playback/display_list_recording_source_unittest.cc',
86 'playback/picture_pile_impl_unittest.cc',
87 'playback/picture_pile_unittest.cc',
88 'playback/picture_unittest.cc', 86 'playback/picture_unittest.cc',
89 'playback/recording_source_unittest.cc',
90 'quads/draw_polygon_unittest.cc', 87 'quads/draw_polygon_unittest.cc',
91 'quads/draw_quad_unittest.cc', 88 'quads/draw_quad_unittest.cc',
92 'quads/render_pass_unittest.cc', 89 'quads/render_pass_unittest.cc',
93 'raster/scoped_gpu_raster_unittest.cc', 90 'raster/scoped_gpu_raster_unittest.cc',
94 'raster/task_graph_runner_unittest.cc', 91 'raster/task_graph_runner_unittest.cc',
95 'raster/texture_compressor_etc1_unittest.cc', 92 'raster/texture_compressor_etc1_unittest.cc',
96 'raster/tile_task_worker_pool_unittest.cc', 93 'raster/tile_task_worker_pool_unittest.cc',
97 'resources/platform_color_unittest.cc', 94 'resources/platform_color_unittest.cc',
98 'resources/resource_pool_unittest.cc', 95 'resources/resource_pool_unittest.cc',
99 'resources/resource_provider_unittest.cc', 96 'resources/resource_provider_unittest.cc',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'test/begin_frame_args_test.cc', 157 'test/begin_frame_args_test.cc',
161 'test/begin_frame_args_test.h', 158 'test/begin_frame_args_test.h',
162 'test/failure_output_surface.cc', 159 'test/failure_output_surface.cc',
163 'test/failure_output_surface.h', 160 'test/failure_output_surface.h',
164 'test/fake_content_layer_client.cc', 161 'test/fake_content_layer_client.cc',
165 'test/fake_content_layer_client.h', 162 'test/fake_content_layer_client.h',
166 'test/fake_delegated_renderer_layer.cc', 163 'test/fake_delegated_renderer_layer.cc',
167 'test/fake_delegated_renderer_layer.h', 164 'test/fake_delegated_renderer_layer.h',
168 'test/fake_delegated_renderer_layer_impl.cc', 165 'test/fake_delegated_renderer_layer_impl.cc',
169 'test/fake_delegated_renderer_layer_impl.h', 166 'test/fake_delegated_renderer_layer_impl.h',
167 'test/fake_display_list_raster_source.cc',
168 'test/fake_display_list_raster_source.h',
170 'test/fake_display_list_recording_source.cc', 169 'test/fake_display_list_recording_source.cc',
171 'test/fake_display_list_recording_source.h', 170 'test/fake_display_list_recording_source.h',
172 'test/fake_external_begin_frame_source.cc', 171 'test/fake_external_begin_frame_source.cc',
173 'test/fake_external_begin_frame_source.h', 172 'test/fake_external_begin_frame_source.h',
174 'test/fake_impl_proxy.h', 173 'test/fake_impl_proxy.h',
175 'test/fake_layer_tree_host.cc', 174 'test/fake_layer_tree_host.cc',
176 'test/fake_layer_tree_host.h', 175 'test/fake_layer_tree_host.h',
177 'test/fake_layer_tree_host_client.cc', 176 'test/fake_layer_tree_host_client.cc',
178 'test/fake_layer_tree_host_client.h', 177 'test/fake_layer_tree_host_client.h',
179 'test/fake_layer_tree_host_impl.cc', 178 'test/fake_layer_tree_host_impl.cc',
180 'test/fake_layer_tree_host_impl.h', 179 'test/fake_layer_tree_host_impl.h',
181 'test/fake_layer_tree_host_impl_client.cc', 180 'test/fake_layer_tree_host_impl_client.cc',
182 'test/fake_layer_tree_host_impl_client.h', 181 'test/fake_layer_tree_host_impl_client.h',
183 'test/fake_output_surface.cc', 182 'test/fake_output_surface.cc',
184 'test/fake_output_surface.h', 183 'test/fake_output_surface.h',
185 'test/fake_output_surface_client.cc', 184 'test/fake_output_surface_client.cc',
186 'test/fake_output_surface_client.h', 185 'test/fake_output_surface_client.h',
187 'test/fake_painted_scrollbar_layer.cc', 186 'test/fake_painted_scrollbar_layer.cc',
188 'test/fake_painted_scrollbar_layer.h', 187 'test/fake_painted_scrollbar_layer.h',
189 'test/fake_picture_layer.cc', 188 'test/fake_picture_layer.cc',
190 'test/fake_picture_layer.h', 189 'test/fake_picture_layer.h',
191 'test/fake_picture_layer_impl.cc', 190 'test/fake_picture_layer_impl.cc',
192 'test/fake_picture_layer_impl.h', 191 'test/fake_picture_layer_impl.h',
193 'test/fake_picture_layer_tiling_client.cc', 192 'test/fake_picture_layer_tiling_client.cc',
194 'test/fake_picture_layer_tiling_client.h', 193 'test/fake_picture_layer_tiling_client.h',
195 'test/fake_picture_pile.cc',
196 'test/fake_picture_pile.h',
197 'test/fake_picture_pile_impl.cc',
198 'test/fake_picture_pile_impl.h',
199 'test/fake_proxy.cc', 194 'test/fake_proxy.cc',
200 'test/fake_proxy.h', 195 'test/fake_proxy.h',
201 'test/fake_renderer_client.cc', 196 'test/fake_renderer_client.cc',
202 'test/fake_renderer_client.h', 197 'test/fake_renderer_client.h',
203 'test/fake_rendering_stats_instrumentation.h', 198 'test/fake_rendering_stats_instrumentation.h',
204 'test/fake_resource_provider.h', 199 'test/fake_resource_provider.h',
205 'test/fake_scoped_ui_resource.cc', 200 'test/fake_scoped_ui_resource.cc',
206 'test/fake_scoped_ui_resource.h', 201 'test/fake_scoped_ui_resource.h',
207 'test/fake_scrollbar.cc', 202 'test/fake_scrollbar.cc',
208 'test/fake_scrollbar.h', 203 'test/fake_scrollbar.h',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 '../ui/gfx/gfx.gyp:gfx', 343 '../ui/gfx/gfx.gyp:gfx',
349 '../ui/gfx/gfx.gyp:gfx_geometry', 344 '../ui/gfx/gfx.gyp:gfx_geometry',
350 'cc.gyp:cc', 345 'cc.gyp:cc',
351 'cc.gyp:cc_surfaces', 346 'cc.gyp:cc_surfaces',
352 'cc_test_support', 347 'cc_test_support',
353 ], 348 ],
354 'sources': [ 349 'sources': [
355 # Note: sources list duplicated in GN build. 350 # Note: sources list duplicated in GN build.
356 'layers/layer_perftest.cc', 351 'layers/layer_perftest.cc',
357 'layers/picture_layer_impl_perftest.cc', 352 'layers/picture_layer_impl_perftest.cc',
358 'playback/picture_pile_impl_perftest.cc',
359 'quads/draw_quad_perftest.cc', 353 'quads/draw_quad_perftest.cc',
360 'raster/task_graph_runner_perftest.cc', 354 'raster/task_graph_runner_perftest.cc',
361 'raster/texture_compressor_perftest.cc', 355 'raster/texture_compressor_perftest.cc',
362 'raster/tile_task_worker_pool_perftest.cc', 356 'raster/tile_task_worker_pool_perftest.cc',
363 'surfaces/surface_aggregator_perftest.cc', 357 'surfaces/surface_aggregator_perftest.cc',
364 'test/cc_test_suite.cc', 358 'test/cc_test_suite.cc',
365 'test/run_all_perftests.cc', 359 'test/run_all_perftests.cc',
366 'tiles/picture_layer_tiling_perftest.cc', 360 'tiles/picture_layer_tiling_perftest.cc',
367 'tiles/tile_manager_perftest.cc', 361 'tiles/tile_manager_perftest.cc',
368 'trees/layer_tree_host_common_perftest.cc', 362 'trees/layer_tree_host_common_perftest.cc',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 470 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
477 ], 471 ],
478 } 472 }
479 ], 473 ],
480 ], 474 ],
481 }, 475 },
482 ], 476 ],
483 }], 477 }],
484 ], 478 ],
485 } 479 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/debug/rasterize_and_record_benchmark.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698