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 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
456 "resources/ui_resource_bitmap.h", | 456 "resources/ui_resource_bitmap.h", |
457 "resources/ui_resource_client.h", | 457 "resources/ui_resource_client.h", |
458 "resources/ui_resource_request.cc", | 458 "resources/ui_resource_request.cc", |
459 "resources/ui_resource_request.h", | 459 "resources/ui_resource_request.h", |
460 "resources/video_resource_updater.cc", | 460 "resources/video_resource_updater.cc", |
461 "resources/video_resource_updater.h", | 461 "resources/video_resource_updater.h", |
462 "resources/zero_copy_tile_task_worker_pool.cc", | 462 "resources/zero_copy_tile_task_worker_pool.cc", |
463 "resources/zero_copy_tile_task_worker_pool.h", | 463 "resources/zero_copy_tile_task_worker_pool.h", |
464 "scheduler/begin_frame_source.cc", | 464 "scheduler/begin_frame_source.cc", |
465 "scheduler/begin_frame_source.h", | 465 "scheduler/begin_frame_source.h", |
| 466 "scheduler/begin_frame_tracker.cc", |
| 467 "scheduler/begin_frame_tracker.h", |
466 "scheduler/commit_earlyout_reason.h", | 468 "scheduler/commit_earlyout_reason.h", |
467 "scheduler/delay_based_time_source.cc", | 469 "scheduler/delay_based_time_source.cc", |
468 "scheduler/delay_based_time_source.h", | 470 "scheduler/delay_based_time_source.h", |
469 "scheduler/draw_result.h", | 471 "scheduler/draw_result.h", |
470 "scheduler/scheduler.cc", | 472 "scheduler/scheduler.cc", |
471 "scheduler/scheduler.h", | 473 "scheduler/scheduler.h", |
472 "scheduler/scheduler_settings.cc", | 474 "scheduler/scheduler_settings.cc", |
473 "scheduler/scheduler_settings.h", | 475 "scheduler/scheduler_settings.h", |
474 "scheduler/scheduler_state_machine.cc", | 476 "scheduler/scheduler_state_machine.cc", |
475 "scheduler/scheduler_state_machine.h", | 477 "scheduler/scheduler_state_machine.h", |
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
886 "//media", | 888 "//media", |
887 "//skia", | 889 "//skia", |
888 "//testing/gmock", | 890 "//testing/gmock", |
889 "//testing/gtest", | 891 "//testing/gtest", |
890 "//testing/perf", | 892 "//testing/perf", |
891 "//ui/gfx", | 893 "//ui/gfx", |
892 "//ui/gfx/geometry", | 894 "//ui/gfx/geometry", |
893 "//ui/gl", | 895 "//ui/gl", |
894 ] | 896 ] |
895 } | 897 } |
OLD | NEW |