OLD | NEW |
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 Loading... |
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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
712 "output/software_renderer_unittest.cc", | 710 "output/software_renderer_unittest.cc", |
713 "quads/draw_quad_unittest.cc", | 711 "quads/draw_quad_unittest.cc", |
714 "quads/render_pass_unittest.cc", | 712 "quads/render_pass_unittest.cc", |
715 "resources/layer_quad_unittest.cc", | 713 "resources/layer_quad_unittest.cc", |
716 "resources/picture_layer_tiling_set_unittest.cc", | 714 "resources/picture_layer_tiling_set_unittest.cc", |
717 "resources/picture_layer_tiling_unittest.cc", | 715 "resources/picture_layer_tiling_unittest.cc", |
718 "resources/picture_pile_impl_unittest.cc", | 716 "resources/picture_pile_impl_unittest.cc", |
719 "resources/picture_pile_unittest.cc", | 717 "resources/picture_pile_unittest.cc", |
720 "resources/picture_unittest.cc", | 718 "resources/picture_unittest.cc", |
721 "resources/prioritized_resource_unittest.cc", | 719 "resources/prioritized_resource_unittest.cc", |
722 "resources/prioritized_tile_set_unittest.cc", | |
723 "resources/raster_worker_pool_unittest.cc", | 720 "resources/raster_worker_pool_unittest.cc", |
724 "resources/resource_provider_unittest.cc", | 721 "resources/resource_provider_unittest.cc", |
725 "resources/resource_update_controller_unittest.cc", | 722 "resources/resource_update_controller_unittest.cc", |
726 "resources/scoped_resource_unittest.cc", | 723 "resources/scoped_resource_unittest.cc", |
727 "resources/task_graph_runner_unittest.cc", | 724 "resources/task_graph_runner_unittest.cc", |
728 "resources/texture_mailbox_deleter_unittest.cc", | 725 "resources/texture_mailbox_deleter_unittest.cc", |
729 "resources/texture_uploader_unittest.cc", | 726 "resources/texture_uploader_unittest.cc", |
730 "resources/tile_manager_unittest.cc", | 727 "resources/tile_manager_unittest.cc", |
731 "resources/tile_priority_unittest.cc", | 728 "resources/tile_priority_unittest.cc", |
732 "resources/video_resource_updater_unittest.cc", | 729 "resources/video_resource_updater_unittest.cc", |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
816 "//gpu/command_buffer/common:gles2_utils", | 813 "//gpu/command_buffer/common:gles2_utils", |
817 "//media", | 814 "//media", |
818 "//skia", | 815 "//skia", |
819 "//testing/gmock", | 816 "//testing/gmock", |
820 "//testing/gtest", | 817 "//testing/gtest", |
821 "//testing/perf", | 818 "//testing/perf", |
822 "//ui/gfx", | 819 "//ui/gfx", |
823 "//ui/gfx/geometry", | 820 "//ui/gfx/geometry", |
824 ] | 821 ] |
825 } | 822 } |
OLD | NEW |