| 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 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 "scheduler/scheduler.cc", | 468 "scheduler/scheduler.cc", |
| 469 "scheduler/scheduler.h", | 469 "scheduler/scheduler.h", |
| 470 "scheduler/scheduler_settings.cc", | 470 "scheduler/scheduler_settings.cc", |
| 471 "scheduler/scheduler_settings.h", | 471 "scheduler/scheduler_settings.h", |
| 472 "scheduler/scheduler_state_machine.cc", | 472 "scheduler/scheduler_state_machine.cc", |
| 473 "scheduler/scheduler_state_machine.h", | 473 "scheduler/scheduler_state_machine.h", |
| 474 "trees/blocking_task_runner.cc", | 474 "trees/blocking_task_runner.cc", |
| 475 "trees/blocking_task_runner.h", | 475 "trees/blocking_task_runner.h", |
| 476 "trees/damage_tracker.cc", | 476 "trees/damage_tracker.cc", |
| 477 "trees/damage_tracker.h", | 477 "trees/damage_tracker.h", |
| 478 "trees/draw_property_utils.cc", |
| 479 "trees/draw_property_utils.h", |
| 478 "trees/layer_sorter.cc", | 480 "trees/layer_sorter.cc", |
| 479 "trees/layer_sorter.h", | 481 "trees/layer_sorter.h", |
| 480 "trees/layer_tree_host.cc", | 482 "trees/layer_tree_host.cc", |
| 481 "trees/layer_tree_host.h", | 483 "trees/layer_tree_host.h", |
| 482 "trees/layer_tree_host_client.h", | 484 "trees/layer_tree_host_client.h", |
| 483 "trees/layer_tree_host_common.cc", | 485 "trees/layer_tree_host_common.cc", |
| 484 "trees/layer_tree_host_common.h", | 486 "trees/layer_tree_host_common.h", |
| 485 "trees/layer_tree_host_impl.cc", | 487 "trees/layer_tree_host_impl.cc", |
| 486 "trees/layer_tree_host_impl.h", | 488 "trees/layer_tree_host_impl.h", |
| 487 "trees/layer_tree_impl.cc", | 489 "trees/layer_tree_impl.cc", |
| 488 "trees/layer_tree_impl.h", | 490 "trees/layer_tree_impl.h", |
| 489 "trees/layer_tree_settings.cc", | 491 "trees/layer_tree_settings.cc", |
| 490 "trees/layer_tree_settings.h", | 492 "trees/layer_tree_settings.h", |
| 491 "trees/occlusion.cc", | 493 "trees/occlusion.cc", |
| 492 "trees/occlusion.h", | 494 "trees/occlusion.h", |
| 493 "trees/occlusion_tracker.cc", | 495 "trees/occlusion_tracker.cc", |
| 494 "trees/occlusion_tracker.h", | 496 "trees/occlusion_tracker.h", |
| 497 "trees/property_tree.cc", |
| 498 "trees/property_tree.h", |
| 499 "trees/property_tree_builder.cc", |
| 500 "trees/property_tree_builder.h", |
| 495 "trees/proxy.cc", | 501 "trees/proxy.cc", |
| 496 "trees/proxy.h", | 502 "trees/proxy.h", |
| 497 "trees/proxy_timing_history.cc", | 503 "trees/proxy_timing_history.cc", |
| 498 "trees/proxy_timing_history.h", | 504 "trees/proxy_timing_history.h", |
| 499 "trees/scoped_abort_remaining_swap_promises.h", | 505 "trees/scoped_abort_remaining_swap_promises.h", |
| 500 "trees/single_thread_proxy.cc", | 506 "trees/single_thread_proxy.cc", |
| 501 "trees/single_thread_proxy.h", | 507 "trees/single_thread_proxy.h", |
| 502 "trees/thread_proxy.cc", | 508 "trees/thread_proxy.cc", |
| 503 "trees/thread_proxy.h", | 509 "trees/thread_proxy.h", |
| 504 "trees/tree_synchronizer.cc", | 510 "trees/tree_synchronizer.cc", |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 806 "trees/layer_tree_host_unittest_delegated.cc", | 812 "trees/layer_tree_host_unittest_delegated.cc", |
| 807 "trees/layer_tree_host_unittest_occlusion.cc", | 813 "trees/layer_tree_host_unittest_occlusion.cc", |
| 808 "trees/layer_tree_host_unittest_no_message_loop.cc", | 814 "trees/layer_tree_host_unittest_no_message_loop.cc", |
| 809 "trees/layer_tree_host_unittest_picture.cc", | 815 "trees/layer_tree_host_unittest_picture.cc", |
| 810 "trees/layer_tree_host_unittest_proxy.cc", | 816 "trees/layer_tree_host_unittest_proxy.cc", |
| 811 "trees/layer_tree_host_unittest_scroll.cc", | 817 "trees/layer_tree_host_unittest_scroll.cc", |
| 812 "trees/layer_tree_host_unittest_video.cc", | 818 "trees/layer_tree_host_unittest_video.cc", |
| 813 "trees/layer_tree_impl_unittest.cc", | 819 "trees/layer_tree_impl_unittest.cc", |
| 814 "trees/occlusion_tracker_unittest.cc", | 820 "trees/occlusion_tracker_unittest.cc", |
| 815 "trees/occlusion_unittest.cc", | 821 "trees/occlusion_unittest.cc", |
| 822 "trees/property_tree_unittest.cc", |
| 816 "trees/tree_synchronizer_unittest.cc", | 823 "trees/tree_synchronizer_unittest.cc", |
| 817 | 824 |
| 818 # Surfaces test files. | 825 # Surfaces test files. |
| 819 "surfaces/surface_aggregator_test_helpers.cc", | 826 "surfaces/surface_aggregator_test_helpers.cc", |
| 820 "surfaces/surface_aggregator_test_helpers.h", | 827 "surfaces/surface_aggregator_test_helpers.h", |
| 821 "surfaces/surface_aggregator_unittest.cc", | 828 "surfaces/surface_aggregator_unittest.cc", |
| 822 "surfaces/surface_unittest.cc", | 829 "surfaces/surface_unittest.cc", |
| 823 "surfaces/surfaces_pixeltest.cc", | 830 "surfaces/surfaces_pixeltest.cc", |
| 824 | 831 |
| 825 # Setup. | 832 # Setup. |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 875 "//media", | 882 "//media", |
| 876 "//skia", | 883 "//skia", |
| 877 "//testing/gmock", | 884 "//testing/gmock", |
| 878 "//testing/gtest", | 885 "//testing/gtest", |
| 879 "//testing/perf", | 886 "//testing/perf", |
| 880 "//ui/gfx", | 887 "//ui/gfx", |
| 881 "//ui/gfx/geometry", | 888 "//ui/gfx/geometry", |
| 882 "//ui/gl", | 889 "//ui/gl", |
| 883 ] | 890 ] |
| 884 } | 891 } |
| OLD | NEW |