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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
429 "scheduler/scheduler_state_machine.cc", | 429 "scheduler/scheduler_state_machine.cc", |
430 "scheduler/scheduler_state_machine.h", | 430 "scheduler/scheduler_state_machine.h", |
431 "trees/blocking_task_runner.cc", | 431 "trees/blocking_task_runner.cc", |
432 "trees/blocking_task_runner.h", | 432 "trees/blocking_task_runner.h", |
433 "trees/damage_tracker.cc", | 433 "trees/damage_tracker.cc", |
434 "trees/damage_tracker.h", | 434 "trees/damage_tracker.h", |
435 "trees/layer_sorter.cc", | 435 "trees/layer_sorter.cc", |
436 "trees/layer_sorter.h", | 436 "trees/layer_sorter.h", |
437 "trees/layer_tree_host.cc", | 437 "trees/layer_tree_host.cc", |
438 "trees/layer_tree_host.h", | 438 "trees/layer_tree_host.h", |
| 439 "trees/layer_tree_host_client.cc", |
439 "trees/layer_tree_host_client.h", | 440 "trees/layer_tree_host_client.h", |
440 "trees/layer_tree_host_common.cc", | 441 "trees/layer_tree_host_common.cc", |
441 "trees/layer_tree_host_common.h", | 442 "trees/layer_tree_host_common.h", |
442 "trees/layer_tree_host_impl.cc", | 443 "trees/layer_tree_host_impl.cc", |
443 "trees/layer_tree_host_impl.h", | 444 "trees/layer_tree_host_impl.h", |
444 "trees/layer_tree_impl.cc", | 445 "trees/layer_tree_impl.cc", |
445 "trees/layer_tree_impl.h", | 446 "trees/layer_tree_impl.h", |
446 "trees/layer_tree_settings.cc", | 447 "trees/layer_tree_settings.cc", |
447 "trees/layer_tree_settings.h", | 448 "trees/layer_tree_settings.h", |
448 "trees/occlusion_tracker.cc", | 449 "trees/occlusion_tracker.cc", |
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
793 "//gpu:test_support", | 794 "//gpu:test_support", |
794 "//media", | 795 "//media", |
795 "//skia", | 796 "//skia", |
796 "//testing/gmock", | 797 "//testing/gmock", |
797 "//testing/gtest", | 798 "//testing/gtest", |
798 "//testing/perf", | 799 "//testing/perf", |
799 "//ui/gfx", | 800 "//ui/gfx", |
800 "//ui/gfx/geometry", | 801 "//ui/gfx/geometry", |
801 ] | 802 ] |
802 } | 803 } |
OLD | NEW |