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 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
445 "trees/layer_tree_host.h", | 445 "trees/layer_tree_host.h", |
446 "trees/layer_tree_host_client.h", | 446 "trees/layer_tree_host_client.h", |
447 "trees/layer_tree_host_common.cc", | 447 "trees/layer_tree_host_common.cc", |
448 "trees/layer_tree_host_common.h", | 448 "trees/layer_tree_host_common.h", |
449 "trees/layer_tree_host_impl.cc", | 449 "trees/layer_tree_host_impl.cc", |
450 "trees/layer_tree_host_impl.h", | 450 "trees/layer_tree_host_impl.h", |
451 "trees/layer_tree_impl.cc", | 451 "trees/layer_tree_impl.cc", |
452 "trees/layer_tree_impl.h", | 452 "trees/layer_tree_impl.h", |
453 "trees/layer_tree_settings.cc", | 453 "trees/layer_tree_settings.cc", |
454 "trees/layer_tree_settings.h", | 454 "trees/layer_tree_settings.h", |
455 "trees/occlusion.cc", | |
456 "trees/occlusion.h", | |
457 "trees/occlusion_tracker.cc", | 455 "trees/occlusion_tracker.cc", |
458 "trees/occlusion_tracker.h", | 456 "trees/occlusion_tracker.h", |
459 "trees/proxy.cc", | 457 "trees/proxy.cc", |
460 "trees/proxy.h", | 458 "trees/proxy.h", |
461 "trees/proxy_timing_history.cc", | 459 "trees/proxy_timing_history.cc", |
462 "trees/proxy_timing_history.h", | 460 "trees/proxy_timing_history.h", |
463 "trees/scoped_abort_remaining_swap_promises.h", | 461 "trees/scoped_abort_remaining_swap_promises.h", |
464 "trees/single_thread_proxy.cc", | 462 "trees/single_thread_proxy.cc", |
465 "trees/single_thread_proxy.h", | 463 "trees/single_thread_proxy.h", |
466 "trees/thread_proxy.cc", | 464 "trees/thread_proxy.cc", |
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
811 "//gpu/command_buffer/common:gles2_utils", | 809 "//gpu/command_buffer/common:gles2_utils", |
812 "//media", | 810 "//media", |
813 "//skia", | 811 "//skia", |
814 "//testing/gmock", | 812 "//testing/gmock", |
815 "//testing/gtest", | 813 "//testing/gtest", |
816 "//testing/perf", | 814 "//testing/perf", |
817 "//ui/gfx", | 815 "//ui/gfx", |
818 "//ui/gfx/geometry", | 816 "//ui/gfx/geometry", |
819 ] | 817 ] |
820 } | 818 } |
OLD | NEW |