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

Side by Side Diff: cc/BUILD.gn

Issue 406543003: cc: Change TileManager iterators to be queues. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | cc/cc.gyp » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 component("cc") { 5 component("cc") {
6 sources = [ 6 sources = [
7 "animation/animation.cc", 7 "animation/animation.cc",
8 "animation/animation.h", 8 "animation/animation.h",
9 "animation/animation_curve.cc", 9 "animation/animation_curve.cc",
10 "animation/animation_curve.h", 10 "animation/animation_curve.h",
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 "quads/tile_draw_quad.cc", 302 "quads/tile_draw_quad.cc",
303 "quads/tile_draw_quad.h", 303 "quads/tile_draw_quad.h",
304 "quads/yuv_video_draw_quad.cc", 304 "quads/yuv_video_draw_quad.cc",
305 "quads/yuv_video_draw_quad.h", 305 "quads/yuv_video_draw_quad.h",
306 "resources/bitmap_content_layer_updater.cc", 306 "resources/bitmap_content_layer_updater.cc",
307 "resources/bitmap_content_layer_updater.h", 307 "resources/bitmap_content_layer_updater.h",
308 "resources/bitmap_skpicture_content_layer_updater.cc", 308 "resources/bitmap_skpicture_content_layer_updater.cc",
309 "resources/bitmap_skpicture_content_layer_updater.h", 309 "resources/bitmap_skpicture_content_layer_updater.h",
310 "resources/content_layer_updater.cc", 310 "resources/content_layer_updater.cc",
311 "resources/content_layer_updater.h", 311 "resources/content_layer_updater.h",
312 "resources/eviction_tile_priority_queue.cc",
313 "resources/eviction_tile_priority_queue.h",
312 "resources/gpu_raster_worker_pool.cc", 314 "resources/gpu_raster_worker_pool.cc",
313 "resources/gpu_raster_worker_pool.h", 315 "resources/gpu_raster_worker_pool.h",
316 "resources/image_copy_raster_worker_pool.cc",
317 "resources/image_copy_raster_worker_pool.h",
314 "resources/image_layer_updater.cc", 318 "resources/image_layer_updater.cc",
315 "resources/image_layer_updater.h", 319 "resources/image_layer_updater.h",
316 "resources/image_raster_worker_pool.cc", 320 "resources/image_raster_worker_pool.cc",
317 "resources/image_raster_worker_pool.h", 321 "resources/image_raster_worker_pool.h",
318 "resources/image_copy_raster_worker_pool.cc",
319 "resources/image_copy_raster_worker_pool.h",
320 "resources/layer_painter.h", 322 "resources/layer_painter.h",
321 "resources/layer_quad.cc", 323 "resources/layer_quad.cc",
322 "resources/layer_quad.h", 324 "resources/layer_quad.h",
323 "resources/layer_tiling_data.cc", 325 "resources/layer_tiling_data.cc",
324 "resources/layer_tiling_data.h", 326 "resources/layer_tiling_data.h",
325 "resources/layer_updater.cc", 327 "resources/layer_updater.cc",
326 "resources/layer_updater.h", 328 "resources/layer_updater.h",
327 "resources/managed_tile_state.cc", 329 "resources/managed_tile_state.cc",
328 "resources/managed_tile_state.h", 330 "resources/managed_tile_state.h",
329 "resources/memory_history.cc", 331 "resources/memory_history.cc",
330 "resources/memory_history.h", 332 "resources/memory_history.h",
331 "resources/picture.cc", 333 "resources/picture.cc",
332 "resources/picture.h", 334 "resources/picture.h",
333 "resources/picture_layer_tiling.cc", 335 "resources/picture_layer_tiling.cc",
334 "resources/picture_layer_tiling.h", 336 "resources/picture_layer_tiling.h",
335 "resources/picture_layer_tiling_set.cc", 337 "resources/picture_layer_tiling_set.cc",
336 "resources/picture_layer_tiling_set.h", 338 "resources/picture_layer_tiling_set.h",
339 "resources/picture_pile_base.cc",
340 "resources/picture_pile_base.h",
337 "resources/picture_pile.cc", 341 "resources/picture_pile.cc",
338 "resources/picture_pile.h", 342 "resources/picture_pile.h",
339 "resources/picture_pile_base.cc",
340 "resources/picture_pile_base.h",
341 "resources/picture_pile_impl.cc", 343 "resources/picture_pile_impl.cc",
342 "resources/picture_pile_impl.h", 344 "resources/picture_pile_impl.h",
343 "resources/pixel_buffer_raster_worker_pool.cc", 345 "resources/pixel_buffer_raster_worker_pool.cc",
344 "resources/pixel_buffer_raster_worker_pool.h", 346 "resources/pixel_buffer_raster_worker_pool.h",
345 "resources/platform_color.h", 347 "resources/platform_color.h",
346 "resources/prioritized_resource.cc", 348 "resources/prioritized_resource.cc",
347 "resources/prioritized_resource.h", 349 "resources/prioritized_resource.h",
348 "resources/prioritized_resource_manager.cc", 350 "resources/prioritized_resource_manager.cc",
349 "resources/prioritized_resource_manager.h", 351 "resources/prioritized_resource_manager.h",
350 "resources/prioritized_tile_set.cc", 352 "resources/prioritized_tile_set.cc",
351 "resources/prioritized_tile_set.h", 353 "resources/prioritized_tile_set.h",
352 "resources/priority_calculator.cc", 354 "resources/priority_calculator.cc",
353 "resources/priority_calculator.h", 355 "resources/priority_calculator.h",
356 "resources/rasterizer.cc",
357 "resources/rasterizer.h",
354 "resources/raster_mode.cc", 358 "resources/raster_mode.cc",
355 "resources/raster_mode.h", 359 "resources/raster_mode.h",
360 "resources/raster_tile_priority_queue.cc",
361 "resources/raster_tile_priority_queue.h",
356 "resources/raster_worker_pool.cc", 362 "resources/raster_worker_pool.cc",
357 "resources/raster_worker_pool.h", 363 "resources/raster_worker_pool.h",
358 "resources/rasterizer.cc",
359 "resources/rasterizer.h",
360 "resources/release_callback.h", 364 "resources/release_callback.h",
361 "resources/resource.cc", 365 "resources/resource.cc",
366 "resources/resource_format.cc",
367 "resources/resource_format.h",
362 "resources/resource.h", 368 "resources/resource.h",
363 "resources/resource_format.h",
364 "resources/resource_format.cc",
365 "resources/resource_pool.cc", 369 "resources/resource_pool.cc",
366 "resources/resource_pool.h", 370 "resources/resource_pool.h",
367 "resources/resource_provider.cc", 371 "resources/resource_provider.cc",
368 "resources/resource_provider.h", 372 "resources/resource_provider.h",
369 "resources/resource_update.cc", 373 "resources/resource_update.cc",
370 "resources/resource_update.h",
371 "resources/resource_update_controller.cc", 374 "resources/resource_update_controller.cc",
372 "resources/resource_update_controller.h", 375 "resources/resource_update_controller.h",
376 "resources/resource_update.h",
373 "resources/resource_update_queue.cc", 377 "resources/resource_update_queue.cc",
374 "resources/resource_update_queue.h", 378 "resources/resource_update_queue.h",
375 "resources/returned_resource.h", 379 "resources/returned_resource.h",
376 "resources/scoped_gpu_raster.cc", 380 "resources/scoped_gpu_raster.cc",
377 "resources/scoped_gpu_raster.h", 381 "resources/scoped_gpu_raster.h",
378 "resources/scoped_resource.cc", 382 "resources/scoped_resource.cc",
379 "resources/scoped_resource.h", 383 "resources/scoped_resource.h",
380 "resources/scoped_ui_resource.cc", 384 "resources/scoped_ui_resource.cc",
381 "resources/scoped_ui_resource.h", 385 "resources/scoped_ui_resource.h",
382 "resources/shared_bitmap.cc", 386 "resources/shared_bitmap.cc",
383 "resources/shared_bitmap.h", 387 "resources/shared_bitmap.h",
384 "resources/shared_bitmap_manager.h", 388 "resources/shared_bitmap_manager.h",
385 "resources/single_release_callback.cc", 389 "resources/single_release_callback.cc",
386 "resources/single_release_callback.h", 390 "resources/single_release_callback.h",
387 "resources/skpicture_content_layer_updater.cc", 391 "resources/skpicture_content_layer_updater.cc",
388 "resources/skpicture_content_layer_updater.h", 392 "resources/skpicture_content_layer_updater.h",
389 "resources/task_graph_runner.cc", 393 "resources/task_graph_runner.cc",
390 "resources/task_graph_runner.h", 394 "resources/task_graph_runner.h",
391 "resources/texture_mailbox.cc", 395 "resources/texture_mailbox.cc",
392 "resources/texture_mailbox.h",
393 "resources/texture_mailbox_deleter.cc", 396 "resources/texture_mailbox_deleter.cc",
394 "resources/texture_mailbox_deleter.h", 397 "resources/texture_mailbox_deleter.h",
398 "resources/texture_mailbox.h",
395 "resources/texture_uploader.cc", 399 "resources/texture_uploader.cc",
396 "resources/texture_uploader.h", 400 "resources/texture_uploader.h",
397 "resources/tile.cc", 401 "resources/tile.cc",
398 "resources/tile.h", 402 "resources/tile.h",
399 "resources/tile_manager.cc", 403 "resources/tile_manager.cc",
400 "resources/tile_manager.h", 404 "resources/tile_manager.h",
401 "resources/tile_priority.cc", 405 "resources/tile_priority.cc",
402 "resources/tile_priority.h", 406 "resources/tile_priority.h",
403 "resources/transferable_resource.cc", 407 "resources/transferable_resource.cc",
404 "resources/transferable_resource.h", 408 "resources/transferable_resource.h",
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 "//ui/gfx", 786 "//ui/gfx",
783 "//ui/gfx/geometry", 787 "//ui/gfx/geometry",
784 ] 788 ]
785 } 789 }
786 790
787 test("cc_perftests") { 791 test("cc_perftests") {
788 # TODO(GYP) 792 # TODO(GYP)
789 } 793 }
790 794
791 } # if false 795 } # if false
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698