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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
335 "resources/picture_pile_base.h", | 335 "resources/picture_pile_base.h", |
336 "resources/picture_pile_impl.cc", | 336 "resources/picture_pile_impl.cc", |
337 "resources/picture_pile_impl.h", | 337 "resources/picture_pile_impl.h", |
338 "resources/pixel_buffer_raster_worker_pool.cc", | 338 "resources/pixel_buffer_raster_worker_pool.cc", |
339 "resources/pixel_buffer_raster_worker_pool.h", | 339 "resources/pixel_buffer_raster_worker_pool.h", |
340 "resources/platform_color.h", | 340 "resources/platform_color.h", |
341 "resources/prioritized_resource.cc", | 341 "resources/prioritized_resource.cc", |
342 "resources/prioritized_resource.h", | 342 "resources/prioritized_resource.h", |
343 "resources/prioritized_resource_manager.cc", | 343 "resources/prioritized_resource_manager.cc", |
344 "resources/prioritized_resource_manager.h", | 344 "resources/prioritized_resource_manager.h", |
345 "resources/prioritized_tile_set.cc", | |
346 "resources/prioritized_tile_set.h", | |
347 "resources/priority_calculator.cc", | 345 "resources/priority_calculator.cc", |
348 "resources/priority_calculator.h", | 346 "resources/priority_calculator.h", |
349 "resources/raster_mode.cc", | 347 "resources/raster_mode.cc", |
350 "resources/raster_mode.h", | 348 "resources/raster_mode.h", |
351 "resources/raster_worker_pool.cc", | 349 "resources/raster_worker_pool.cc", |
352 "resources/raster_worker_pool.h", | 350 "resources/raster_worker_pool.h", |
353 "resources/rasterizer.cc", | 351 "resources/rasterizer.cc", |
354 "resources/rasterizer.h", | 352 "resources/rasterizer.h", |
355 "resources/release_callback.h", | 353 "resources/release_callback.h", |
356 "resources/resource.cc", | 354 "resources/resource.cc", |
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
701 "output/software_renderer_unittest.cc", | 699 "output/software_renderer_unittest.cc", |
702 "quads/draw_quad_unittest.cc", | 700 "quads/draw_quad_unittest.cc", |
703 "quads/render_pass_unittest.cc", | 701 "quads/render_pass_unittest.cc", |
704 "resources/layer_quad_unittest.cc", | 702 "resources/layer_quad_unittest.cc", |
705 "resources/picture_layer_tiling_set_unittest.cc", | 703 "resources/picture_layer_tiling_set_unittest.cc", |
706 "resources/picture_layer_tiling_unittest.cc", | 704 "resources/picture_layer_tiling_unittest.cc", |
707 "resources/picture_pile_impl_unittest.cc", | 705 "resources/picture_pile_impl_unittest.cc", |
708 "resources/picture_pile_unittest.cc", | 706 "resources/picture_pile_unittest.cc", |
709 "resources/picture_unittest.cc", | 707 "resources/picture_unittest.cc", |
710 "resources/prioritized_resource_unittest.cc", | 708 "resources/prioritized_resource_unittest.cc", |
711 "resources/prioritized_tile_set_unittest.cc", | |
712 "resources/raster_worker_pool_unittest.cc", | 709 "resources/raster_worker_pool_unittest.cc", |
713 "resources/resource_provider_unittest.cc", | 710 "resources/resource_provider_unittest.cc", |
714 "resources/resource_update_controller_unittest.cc", | 711 "resources/resource_update_controller_unittest.cc", |
715 "resources/scoped_resource_unittest.cc", | 712 "resources/scoped_resource_unittest.cc", |
716 "resources/task_graph_runner_unittest.cc", | 713 "resources/task_graph_runner_unittest.cc", |
717 "resources/texture_mailbox_deleter_unittest.cc", | 714 "resources/texture_mailbox_deleter_unittest.cc", |
718 "resources/texture_uploader_unittest.cc", | 715 "resources/texture_uploader_unittest.cc", |
719 "resources/tile_manager_unittest.cc", | 716 "resources/tile_manager_unittest.cc", |
720 "resources/tile_priority_unittest.cc", | 717 "resources/tile_priority_unittest.cc", |
721 "resources/video_resource_updater_unittest.cc", | 718 "resources/video_resource_updater_unittest.cc", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
776 "//ui/gfx", | 773 "//ui/gfx", |
777 "//ui/gfx/geometry", | 774 "//ui/gfx/geometry", |
778 ] | 775 ] |
779 } | 776 } |
780 | 777 |
781 test("cc_perftests") { | 778 test("cc_perftests") { |
782 # TODO(GYP) | 779 # TODO(GYP) |
783 } | 780 } |
784 | 781 |
785 } # if false | 782 } # if false |
OLD | NEW |