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 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
455 "resources/ui_resource_bitmap.h", | 455 "resources/ui_resource_bitmap.h", |
456 "resources/ui_resource_client.h", | 456 "resources/ui_resource_client.h", |
457 "resources/ui_resource_request.cc", | 457 "resources/ui_resource_request.cc", |
458 "resources/ui_resource_request.h", | 458 "resources/ui_resource_request.h", |
459 "resources/video_resource_updater.cc", | 459 "resources/video_resource_updater.cc", |
460 "resources/video_resource_updater.h", | 460 "resources/video_resource_updater.h", |
461 "resources/zero_copy_tile_task_worker_pool.cc", | 461 "resources/zero_copy_tile_task_worker_pool.cc", |
462 "resources/zero_copy_tile_task_worker_pool.h", | 462 "resources/zero_copy_tile_task_worker_pool.h", |
463 "scheduler/begin_frame_source.cc", | 463 "scheduler/begin_frame_source.cc", |
464 "scheduler/begin_frame_source.h", | 464 "scheduler/begin_frame_source.h", |
| 465 "scheduler/begin_frame_tracker.cc", |
| 466 "scheduler/begin_frame_tracker.h", |
465 "scheduler/delay_based_time_source.cc", | 467 "scheduler/delay_based_time_source.cc", |
466 "scheduler/delay_based_time_source.h", | 468 "scheduler/delay_based_time_source.h", |
467 "scheduler/draw_result.h", | 469 "scheduler/draw_result.h", |
468 "scheduler/scheduler.cc", | 470 "scheduler/scheduler.cc", |
469 "scheduler/scheduler.h", | 471 "scheduler/scheduler.h", |
470 "scheduler/scheduler_settings.cc", | 472 "scheduler/scheduler_settings.cc", |
471 "scheduler/scheduler_settings.h", | 473 "scheduler/scheduler_settings.h", |
472 "scheduler/scheduler_state_machine.cc", | 474 "scheduler/scheduler_state_machine.cc", |
473 "scheduler/scheduler_state_machine.h", | 475 "scheduler/scheduler_state_machine.h", |
474 "trees/blocking_task_runner.cc", | 476 "trees/blocking_task_runner.cc", |
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
875 "//media", | 877 "//media", |
876 "//skia", | 878 "//skia", |
877 "//testing/gmock", | 879 "//testing/gmock", |
878 "//testing/gtest", | 880 "//testing/gtest", |
879 "//testing/perf", | 881 "//testing/perf", |
880 "//ui/gfx", | 882 "//ui/gfx", |
881 "//ui/gfx/geometry", | 883 "//ui/gfx/geometry", |
882 "//ui/gl", | 884 "//ui/gl", |
883 ] | 885 ] |
884 } | 886 } |
OLD | NEW |