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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
436 "scheduler/scheduler_state_machine.cc", | 436 "scheduler/scheduler_state_machine.cc", |
437 "scheduler/scheduler_state_machine.h", | 437 "scheduler/scheduler_state_machine.h", |
438 "trees/blocking_task_runner.cc", | 438 "trees/blocking_task_runner.cc", |
439 "trees/blocking_task_runner.h", | 439 "trees/blocking_task_runner.h", |
440 "trees/damage_tracker.cc", | 440 "trees/damage_tracker.cc", |
441 "trees/damage_tracker.h", | 441 "trees/damage_tracker.h", |
442 "trees/layer_sorter.cc", | 442 "trees/layer_sorter.cc", |
443 "trees/layer_sorter.h", | 443 "trees/layer_sorter.h", |
444 "trees/layer_tree_host.cc", | 444 "trees/layer_tree_host.cc", |
445 "trees/layer_tree_host.h", | 445 "trees/layer_tree_host.h", |
| 446 "trees/layer_tree_host_client.cc", |
446 "trees/layer_tree_host_client.h", | 447 "trees/layer_tree_host_client.h", |
447 "trees/layer_tree_host_common.cc", | 448 "trees/layer_tree_host_common.cc", |
448 "trees/layer_tree_host_common.h", | 449 "trees/layer_tree_host_common.h", |
449 "trees/layer_tree_host_impl.cc", | 450 "trees/layer_tree_host_impl.cc", |
450 "trees/layer_tree_host_impl.h", | 451 "trees/layer_tree_host_impl.h", |
451 "trees/layer_tree_impl.cc", | 452 "trees/layer_tree_impl.cc", |
452 "trees/layer_tree_impl.h", | 453 "trees/layer_tree_impl.h", |
453 "trees/layer_tree_settings.cc", | 454 "trees/layer_tree_settings.cc", |
454 "trees/layer_tree_settings.h", | 455 "trees/layer_tree_settings.h", |
455 "trees/occlusion_tracker.cc", | 456 "trees/occlusion_tracker.cc", |
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
806 "//gpu/command_buffer/common:gles2_utils", | 807 "//gpu/command_buffer/common:gles2_utils", |
807 "//media", | 808 "//media", |
808 "//skia", | 809 "//skia", |
809 "//testing/gmock", | 810 "//testing/gmock", |
810 "//testing/gtest", | 811 "//testing/gtest", |
811 "//testing/perf", | 812 "//testing/perf", |
812 "//ui/gfx", | 813 "//ui/gfx", |
813 "//ui/gfx/geometry", | 814 "//ui/gfx/geometry", |
814 ] | 815 ] |
815 } | 816 } |
OLD | NEW |