| 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 575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 586 "test/fake_scrollbar.cc", | 586 "test/fake_scrollbar.cc", |
| 587 "test/fake_scrollbar.h", | 587 "test/fake_scrollbar.h", |
| 588 "test/fake_tile_manager.cc", | 588 "test/fake_tile_manager.cc", |
| 589 "test/fake_tile_manager.h", | 589 "test/fake_tile_manager.h", |
| 590 "test/fake_tile_manager_client.cc", | 590 "test/fake_tile_manager_client.cc", |
| 591 "test/fake_tile_manager_client.h", | 591 "test/fake_tile_manager_client.h", |
| 592 "test/fake_ui_resource_layer_tree_host_impl.cc", | 592 "test/fake_ui_resource_layer_tree_host_impl.cc", |
| 593 "test/fake_ui_resource_layer_tree_host_impl.h", | 593 "test/fake_ui_resource_layer_tree_host_impl.h", |
| 594 "test/fake_video_frame_provider.cc", | 594 "test/fake_video_frame_provider.cc", |
| 595 "test/fake_video_frame_provider.h", | 595 "test/fake_video_frame_provider.h", |
| 596 "test/failure_output_surface.cc", |
| 597 "test/failure_output_surface.h", |
| 596 "test/geometry_test_utils.cc", | 598 "test/geometry_test_utils.cc", |
| 597 "test/geometry_test_utils.h", | 599 "test/geometry_test_utils.h", |
| 598 "test/test_in_process_context_provider.cc", | 600 "test/test_in_process_context_provider.cc", |
| 599 "test/test_in_process_context_provider.h", | 601 "test/test_in_process_context_provider.h", |
| 600 "test/impl_side_painting_settings.h", | 602 "test/impl_side_painting_settings.h", |
| 601 "test/layer_test_common.cc", | 603 "test/layer_test_common.cc", |
| 602 "test/layer_test_common.h", | 604 "test/layer_test_common.h", |
| 603 "test/layer_tree_host_common_test.cc", | 605 "test/layer_tree_host_common_test.cc", |
| 604 "test/layer_tree_host_common_test.h", | 606 "test/layer_tree_host_common_test.h", |
| 605 "test/layer_tree_json_parser.cc", | 607 "test/layer_tree_json_parser.cc", |
| (...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 873 "//media", | 875 "//media", |
| 874 "//skia", | 876 "//skia", |
| 875 "//testing/gmock", | 877 "//testing/gmock", |
| 876 "//testing/gtest", | 878 "//testing/gtest", |
| 877 "//testing/perf", | 879 "//testing/perf", |
| 878 "//ui/gfx", | 880 "//ui/gfx", |
| 879 "//ui/gfx/geometry", | 881 "//ui/gfx/geometry", |
| 880 "//ui/gl", | 882 "//ui/gl", |
| 881 ] | 883 ] |
| 882 } | 884 } |
| OLD | NEW |