| 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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 440 "scheduler/scheduler_state_machine.cc", | 440 "scheduler/scheduler_state_machine.cc", |
| 441 "scheduler/scheduler_state_machine.h", | 441 "scheduler/scheduler_state_machine.h", |
| 442 "trees/blocking_task_runner.cc", | 442 "trees/blocking_task_runner.cc", |
| 443 "trees/blocking_task_runner.h", | 443 "trees/blocking_task_runner.h", |
| 444 "trees/damage_tracker.cc", | 444 "trees/damage_tracker.cc", |
| 445 "trees/damage_tracker.h", | 445 "trees/damage_tracker.h", |
| 446 "trees/layer_sorter.cc", | 446 "trees/layer_sorter.cc", |
| 447 "trees/layer_sorter.h", | 447 "trees/layer_sorter.h", |
| 448 "trees/layer_tree_host.cc", | 448 "trees/layer_tree_host.cc", |
| 449 "trees/layer_tree_host.h", | 449 "trees/layer_tree_host.h", |
| 450 "trees/layer_tree_host_client.cc", |
| 450 "trees/layer_tree_host_client.h", | 451 "trees/layer_tree_host_client.h", |
| 451 "trees/layer_tree_host_common.cc", | 452 "trees/layer_tree_host_common.cc", |
| 452 "trees/layer_tree_host_common.h", | 453 "trees/layer_tree_host_common.h", |
| 453 "trees/layer_tree_host_impl.cc", | 454 "trees/layer_tree_host_impl.cc", |
| 454 "trees/layer_tree_host_impl.h", | 455 "trees/layer_tree_host_impl.h", |
| 455 "trees/layer_tree_impl.cc", | 456 "trees/layer_tree_impl.cc", |
| 456 "trees/layer_tree_impl.h", | 457 "trees/layer_tree_impl.h", |
| 457 "trees/layer_tree_settings.cc", | 458 "trees/layer_tree_settings.cc", |
| 458 "trees/layer_tree_settings.h", | 459 "trees/layer_tree_settings.h", |
| 459 "trees/occlusion.cc", | 460 "trees/occlusion.cc", |
| (...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 824 "//gpu/command_buffer/common:gles2_utils", | 825 "//gpu/command_buffer/common:gles2_utils", |
| 825 "//media", | 826 "//media", |
| 826 "//skia", | 827 "//skia", |
| 827 "//testing/gmock", | 828 "//testing/gmock", |
| 828 "//testing/gtest", | 829 "//testing/gtest", |
| 829 "//testing/perf", | 830 "//testing/perf", |
| 830 "//ui/gfx", | 831 "//ui/gfx", |
| 831 "//ui/gfx/geometry", | 832 "//ui/gfx/geometry", |
| 832 ] | 833 ] |
| 833 } | 834 } |
| OLD | NEW |