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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
412 "resources/tile_priority.h", | 412 "resources/tile_priority.h", |
413 "resources/transferable_resource.cc", | 413 "resources/transferable_resource.cc", |
414 "resources/transferable_resource.h", | 414 "resources/transferable_resource.h", |
415 "resources/ui_resource_bitmap.cc", | 415 "resources/ui_resource_bitmap.cc", |
416 "resources/ui_resource_bitmap.h", | 416 "resources/ui_resource_bitmap.h", |
417 "resources/ui_resource_client.h", | 417 "resources/ui_resource_client.h", |
418 "resources/ui_resource_request.cc", | 418 "resources/ui_resource_request.cc", |
419 "resources/ui_resource_request.h", | 419 "resources/ui_resource_request.h", |
420 "resources/video_resource_updater.cc", | 420 "resources/video_resource_updater.cc", |
421 "resources/video_resource_updater.h", | 421 "resources/video_resource_updater.h", |
| 422 "resources/media/skcanvas_video_renderer.cc", |
| 423 "resources/media/skcanvas_video_renderer.h", |
422 "scheduler/delay_based_time_source.cc", | 424 "scheduler/delay_based_time_source.cc", |
423 "scheduler/delay_based_time_source.h", | 425 "scheduler/delay_based_time_source.h", |
424 "scheduler/draw_result.h", | 426 "scheduler/draw_result.h", |
425 "scheduler/scheduler.cc", | 427 "scheduler/scheduler.cc", |
426 "scheduler/scheduler.h", | 428 "scheduler/scheduler.h", |
427 "scheduler/scheduler_settings.cc", | 429 "scheduler/scheduler_settings.cc", |
428 "scheduler/scheduler_settings.h", | 430 "scheduler/scheduler_settings.h", |
429 "scheduler/scheduler_state_machine.cc", | 431 "scheduler/scheduler_state_machine.cc", |
430 "scheduler/scheduler_state_machine.h", | 432 "scheduler/scheduler_state_machine.h", |
431 "trees/blocking_task_runner.cc", | 433 "trees/blocking_task_runner.cc", |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
463 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 465 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
464 cflags = [ "/wd4267" ] # size_t -> int | 466 cflags = [ "/wd4267" ] # size_t -> int |
465 } | 467 } |
466 | 468 |
467 deps = [ | 469 deps = [ |
468 "//base", | 470 "//base", |
469 "//base/third_party/dynamic_annotations", | 471 "//base/third_party/dynamic_annotations", |
470 "//gpu", | 472 "//gpu", |
471 "//media", | 473 "//media", |
472 "//skia", | 474 "//skia", |
| 475 "//third_party/libyuv", |
473 "//ui/events:events_base", | 476 "//ui/events:events_base", |
474 "//ui/gfx", | 477 "//ui/gfx", |
475 "//ui/gfx/geometry", | 478 "//ui/gfx/geometry", |
476 "//ui/gl", | 479 "//ui/gl", |
477 ] | 480 ] |
478 forward_dependent_configs_from = [ | 481 forward_dependent_configs_from = [ |
479 "//skia", | 482 "//skia", |
480 ] | 483 ] |
481 | 484 |
482 defines = [ "CC_IMPLEMENTATION=1" ] | 485 defines = [ "CC_IMPLEMENTATION=1" ] |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
704 "resources/raster_worker_pool_unittest.cc", | 707 "resources/raster_worker_pool_unittest.cc", |
705 "resources/resource_provider_unittest.cc", | 708 "resources/resource_provider_unittest.cc", |
706 "resources/resource_update_controller_unittest.cc", | 709 "resources/resource_update_controller_unittest.cc", |
707 "resources/scoped_resource_unittest.cc", | 710 "resources/scoped_resource_unittest.cc", |
708 "resources/task_graph_runner_unittest.cc", | 711 "resources/task_graph_runner_unittest.cc", |
709 "resources/texture_mailbox_deleter_unittest.cc", | 712 "resources/texture_mailbox_deleter_unittest.cc", |
710 "resources/texture_uploader_unittest.cc", | 713 "resources/texture_uploader_unittest.cc", |
711 "resources/tile_manager_unittest.cc", | 714 "resources/tile_manager_unittest.cc", |
712 "resources/tile_priority_unittest.cc", | 715 "resources/tile_priority_unittest.cc", |
713 "resources/video_resource_updater_unittest.cc", | 716 "resources/video_resource_updater_unittest.cc", |
| 717 "resources/media/skcanvas_video_renderer_unittest.cc", |
714 "scheduler/delay_based_time_source_unittest.cc", | 718 "scheduler/delay_based_time_source_unittest.cc", |
715 "scheduler/scheduler_state_machine_unittest.cc", | 719 "scheduler/scheduler_state_machine_unittest.cc", |
716 "scheduler/scheduler_unittest.cc", | 720 "scheduler/scheduler_unittest.cc", |
717 "test/layer_tree_json_parser_unittest.cc", | 721 "test/layer_tree_json_parser_unittest.cc", |
718 "test/test_web_graphics_context_3d_unittest.cc", | 722 "test/test_web_graphics_context_3d_unittest.cc", |
719 "trees/damage_tracker_unittest.cc", | 723 "trees/damage_tracker_unittest.cc", |
720 "trees/layer_sorter_unittest.cc", | 724 "trees/layer_sorter_unittest.cc", |
721 "trees/layer_tree_host_common_unittest.cc", | 725 "trees/layer_tree_host_common_unittest.cc", |
722 "trees/layer_tree_host_impl_unittest.cc", | 726 "trees/layer_tree_host_impl_unittest.cc", |
723 "trees/layer_tree_host_pixeltest_blending.cc", | 727 "trees/layer_tree_host_pixeltest_blending.cc", |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
793 "//gpu:test_support", | 797 "//gpu:test_support", |
794 "//media", | 798 "//media", |
795 "//skia", | 799 "//skia", |
796 "//testing/gmock", | 800 "//testing/gmock", |
797 "//testing/gtest", | 801 "//testing/gtest", |
798 "//testing/perf", | 802 "//testing/perf", |
799 "//ui/gfx", | 803 "//ui/gfx", |
800 "//ui/gfx/geometry", | 804 "//ui/gfx/geometry", |
801 ] | 805 ] |
802 } | 806 } |
OLD | NEW |