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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 "output/shader.cc", | 272 "output/shader.cc", |
273 "output/shader.h", | 273 "output/shader.h", |
274 "output/software_frame_data.cc", | 274 "output/software_frame_data.cc", |
275 "output/software_frame_data.h", | 275 "output/software_frame_data.h", |
276 "output/software_output_device.cc", | 276 "output/software_output_device.cc", |
277 "output/software_output_device.h", | 277 "output/software_output_device.h", |
278 "output/software_renderer.cc", | 278 "output/software_renderer.cc", |
279 "output/software_renderer.h", | 279 "output/software_renderer.h", |
280 "output/viewport_selection_bound.cc", | 280 "output/viewport_selection_bound.cc", |
281 "output/viewport_selection_bound.h", | 281 "output/viewport_selection_bound.h", |
| 282 "output/vsync_parameter_observer.h", |
282 "quads/checkerboard_draw_quad.cc", | 283 "quads/checkerboard_draw_quad.cc", |
283 "quads/checkerboard_draw_quad.h", | 284 "quads/checkerboard_draw_quad.h", |
284 "quads/content_draw_quad_base.cc", | 285 "quads/content_draw_quad_base.cc", |
285 "quads/content_draw_quad_base.h", | 286 "quads/content_draw_quad_base.h", |
286 "quads/debug_border_draw_quad.cc", | 287 "quads/debug_border_draw_quad.cc", |
287 "quads/debug_border_draw_quad.h", | 288 "quads/debug_border_draw_quad.h", |
288 "quads/draw_polygon.cc", | 289 "quads/draw_polygon.cc", |
289 "quads/draw_polygon.h", | 290 "quads/draw_polygon.h", |
290 "quads/draw_quad.cc", | 291 "quads/draw_quad.cc", |
291 "quads/draw_quad.h", | 292 "quads/draw_quad.h", |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
423 "resources/transferable_resource.h", | 424 "resources/transferable_resource.h", |
424 "resources/ui_resource_bitmap.cc", | 425 "resources/ui_resource_bitmap.cc", |
425 "resources/ui_resource_bitmap.h", | 426 "resources/ui_resource_bitmap.h", |
426 "resources/ui_resource_client.h", | 427 "resources/ui_resource_client.h", |
427 "resources/ui_resource_request.cc", | 428 "resources/ui_resource_request.cc", |
428 "resources/ui_resource_request.h", | 429 "resources/ui_resource_request.h", |
429 "resources/video_resource_updater.cc", | 430 "resources/video_resource_updater.cc", |
430 "resources/video_resource_updater.h", | 431 "resources/video_resource_updater.h", |
431 "resources/zero_copy_raster_worker_pool.cc", | 432 "resources/zero_copy_raster_worker_pool.cc", |
432 "resources/zero_copy_raster_worker_pool.h", | 433 "resources/zero_copy_raster_worker_pool.h", |
| 434 "scheduler/begin_frame_source.cc", |
| 435 "scheduler/begin_frame_source.h", |
433 "scheduler/delay_based_time_source.cc", | 436 "scheduler/delay_based_time_source.cc", |
434 "scheduler/delay_based_time_source.h", | 437 "scheduler/delay_based_time_source.h", |
435 "scheduler/draw_result.h", | 438 "scheduler/draw_result.h", |
436 "scheduler/scheduler.cc", | 439 "scheduler/scheduler.cc", |
437 "scheduler/scheduler.h", | 440 "scheduler/scheduler.h", |
438 "scheduler/scheduler_settings.cc", | 441 "scheduler/scheduler_settings.cc", |
439 "scheduler/scheduler_settings.h", | 442 "scheduler/scheduler_settings.h", |
440 "scheduler/scheduler_state_machine.cc", | 443 "scheduler/scheduler_state_machine.cc", |
441 "scheduler/scheduler_state_machine.h", | 444 "scheduler/scheduler_state_machine.h", |
442 "trees/blocking_task_runner.cc", | 445 "trees/blocking_task_runner.cc", |
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
726 "resources/raster_worker_pool_unittest.cc", | 729 "resources/raster_worker_pool_unittest.cc", |
727 "resources/resource_provider_unittest.cc", | 730 "resources/resource_provider_unittest.cc", |
728 "resources/resource_update_controller_unittest.cc", | 731 "resources/resource_update_controller_unittest.cc", |
729 "resources/scoped_resource_unittest.cc", | 732 "resources/scoped_resource_unittest.cc", |
730 "resources/task_graph_runner_unittest.cc", | 733 "resources/task_graph_runner_unittest.cc", |
731 "resources/texture_mailbox_deleter_unittest.cc", | 734 "resources/texture_mailbox_deleter_unittest.cc", |
732 "resources/texture_uploader_unittest.cc", | 735 "resources/texture_uploader_unittest.cc", |
733 "resources/tile_manager_unittest.cc", | 736 "resources/tile_manager_unittest.cc", |
734 "resources/tile_priority_unittest.cc", | 737 "resources/tile_priority_unittest.cc", |
735 "resources/video_resource_updater_unittest.cc", | 738 "resources/video_resource_updater_unittest.cc", |
| 739 "scheduler/begin_frame_source_unittest.cc", |
736 "scheduler/delay_based_time_source_unittest.cc", | 740 "scheduler/delay_based_time_source_unittest.cc", |
737 "scheduler/scheduler_state_machine_unittest.cc", | 741 "scheduler/scheduler_state_machine_unittest.cc", |
738 "scheduler/scheduler_unittest.cc", | 742 "scheduler/scheduler_unittest.cc", |
739 "test/layer_tree_json_parser_unittest.cc", | 743 "test/layer_tree_json_parser_unittest.cc", |
740 "test/test_web_graphics_context_3d_unittest.cc", | 744 "test/test_web_graphics_context_3d_unittest.cc", |
741 "trees/blocking_task_runner_unittest.cc", | 745 "trees/blocking_task_runner_unittest.cc", |
742 "trees/damage_tracker_unittest.cc", | 746 "trees/damage_tracker_unittest.cc", |
743 "trees/layer_sorter_unittest.cc", | 747 "trees/layer_sorter_unittest.cc", |
744 "trees/layer_tree_host_common_unittest.cc", | 748 "trees/layer_tree_host_common_unittest.cc", |
745 "trees/layer_tree_host_impl_unittest.cc", | 749 "trees/layer_tree_host_impl_unittest.cc", |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
819 "//gpu/command_buffer/common:gles2_utils", | 823 "//gpu/command_buffer/common:gles2_utils", |
820 "//media", | 824 "//media", |
821 "//skia", | 825 "//skia", |
822 "//testing/gmock", | 826 "//testing/gmock", |
823 "//testing/gtest", | 827 "//testing/gtest", |
824 "//testing/perf", | 828 "//testing/perf", |
825 "//ui/gfx", | 829 "//ui/gfx", |
826 "//ui/gfx/geometry", | 830 "//ui/gfx/geometry", |
827 ] | 831 ] |
828 } | 832 } |
OLD | NEW |