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

Side by Side Diff: cc/BUILD.gn

Issue 367833003: cc: Start using raster/eviction iterators. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/layers/picture_layer_impl_unittest.cc » ('J')
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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 "resources/picture_pile.h", 353 "resources/picture_pile.h",
354 "resources/picture_pile_impl.cc", 354 "resources/picture_pile_impl.cc",
355 "resources/picture_pile_impl.h", 355 "resources/picture_pile_impl.h",
356 "resources/pixel_buffer_raster_worker_pool.cc", 356 "resources/pixel_buffer_raster_worker_pool.cc",
357 "resources/pixel_buffer_raster_worker_pool.h", 357 "resources/pixel_buffer_raster_worker_pool.h",
358 "resources/platform_color.h", 358 "resources/platform_color.h",
359 "resources/prioritized_resource.cc", 359 "resources/prioritized_resource.cc",
360 "resources/prioritized_resource.h", 360 "resources/prioritized_resource.h",
361 "resources/prioritized_resource_manager.cc", 361 "resources/prioritized_resource_manager.cc",
362 "resources/prioritized_resource_manager.h", 362 "resources/prioritized_resource_manager.h",
363 "resources/prioritized_tile_set.cc",
364 "resources/prioritized_tile_set.h",
365 "resources/priority_calculator.cc", 363 "resources/priority_calculator.cc",
366 "resources/priority_calculator.h", 364 "resources/priority_calculator.h",
367 "resources/rasterizer.cc", 365 "resources/rasterizer.cc",
368 "resources/rasterizer.h", 366 "resources/rasterizer.h",
369 "resources/raster_mode.cc", 367 "resources/raster_mode.cc",
370 "resources/raster_mode.h", 368 "resources/raster_mode.h",
371 "resources/raster_tile_priority_queue.cc", 369 "resources/raster_tile_priority_queue.cc",
372 "resources/raster_tile_priority_queue.h", 370 "resources/raster_tile_priority_queue.h",
373 "resources/raster_worker_pool.cc", 371 "resources/raster_worker_pool.cc",
374 "resources/raster_worker_pool.h", 372 "resources/raster_worker_pool.h",
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 "output/software_renderer_unittest.cc", 706 "output/software_renderer_unittest.cc",
709 "quads/draw_quad_unittest.cc", 707 "quads/draw_quad_unittest.cc",
710 "quads/render_pass_unittest.cc", 708 "quads/render_pass_unittest.cc",
711 "resources/layer_quad_unittest.cc", 709 "resources/layer_quad_unittest.cc",
712 "resources/picture_layer_tiling_set_unittest.cc", 710 "resources/picture_layer_tiling_set_unittest.cc",
713 "resources/picture_layer_tiling_unittest.cc", 711 "resources/picture_layer_tiling_unittest.cc",
714 "resources/picture_pile_impl_unittest.cc", 712 "resources/picture_pile_impl_unittest.cc",
715 "resources/picture_pile_unittest.cc", 713 "resources/picture_pile_unittest.cc",
716 "resources/picture_unittest.cc", 714 "resources/picture_unittest.cc",
717 "resources/prioritized_resource_unittest.cc", 715 "resources/prioritized_resource_unittest.cc",
718 "resources/prioritized_tile_set_unittest.cc",
719 "resources/raster_worker_pool_unittest.cc", 716 "resources/raster_worker_pool_unittest.cc",
720 "resources/resource_provider_unittest.cc", 717 "resources/resource_provider_unittest.cc",
721 "resources/resource_update_controller_unittest.cc", 718 "resources/resource_update_controller_unittest.cc",
722 "resources/scoped_resource_unittest.cc", 719 "resources/scoped_resource_unittest.cc",
723 "resources/task_graph_runner_unittest.cc", 720 "resources/task_graph_runner_unittest.cc",
724 "resources/texture_mailbox_deleter_unittest.cc", 721 "resources/texture_mailbox_deleter_unittest.cc",
725 "resources/texture_uploader_unittest.cc", 722 "resources/texture_uploader_unittest.cc",
726 "resources/tile_manager_unittest.cc", 723 "resources/tile_manager_unittest.cc",
727 "resources/tile_priority_unittest.cc", 724 "resources/tile_priority_unittest.cc",
728 "resources/video_resource_updater_unittest.cc", 725 "resources/video_resource_updater_unittest.cc",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 "//gpu/command_buffer/common:gles2_utils", 808 "//gpu/command_buffer/common:gles2_utils",
812 "//media", 809 "//media",
813 "//skia", 810 "//skia",
814 "//testing/gmock", 811 "//testing/gmock",
815 "//testing/gtest", 812 "//testing/gtest",
816 "//testing/perf", 813 "//testing/perf",
817 "//ui/gfx", 814 "//ui/gfx",
818 "//ui/gfx/geometry", 815 "//ui/gfx/geometry",
819 ] 816 ]
820 } 817 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/layers/picture_layer_impl_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698