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