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 "scheduler/begin_frame_manager.cc", |
| 423 "scheduler/begin_frame_manager.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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
793 "//gpu:test_support", | 795 "//gpu:test_support", |
794 "//media", | 796 "//media", |
795 "//skia", | 797 "//skia", |
796 "//testing/gmock", | 798 "//testing/gmock", |
797 "//testing/gtest", | 799 "//testing/gtest", |
798 "//testing/perf", | 800 "//testing/perf", |
799 "//ui/gfx", | 801 "//ui/gfx", |
800 "//ui/gfx/geometry", | 802 "//ui/gfx/geometry", |
801 ] | 803 ] |
802 } | 804 } |
OLD | NEW |