| 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 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 563 "test/geometry_test_utils.h", | 563 "test/geometry_test_utils.h", |
| 564 "test/test_in_process_context_provider.cc", | 564 "test/test_in_process_context_provider.cc", |
| 565 "test/test_in_process_context_provider.h", | 565 "test/test_in_process_context_provider.h", |
| 566 "test/impl_side_painting_settings.h", | 566 "test/impl_side_painting_settings.h", |
| 567 "test/layer_test_common.cc", | 567 "test/layer_test_common.cc", |
| 568 "test/layer_test_common.h", | 568 "test/layer_test_common.h", |
| 569 "test/layer_tree_host_common_test.cc", | 569 "test/layer_tree_host_common_test.cc", |
| 570 "test/layer_tree_host_common_test.h", | 570 "test/layer_tree_host_common_test.h", |
| 571 "test/layer_tree_json_parser.cc", | 571 "test/layer_tree_json_parser.cc", |
| 572 "test/layer_tree_json_parser.h", | 572 "test/layer_tree_json_parser.h", |
| 573 "test/layer_tree_pixel_resource_test.cc", |
| 574 "test/layer_tree_pixel_resource_test.h", |
| 573 "test/layer_tree_pixel_test.cc", | 575 "test/layer_tree_pixel_test.cc", |
| 574 "test/layer_tree_pixel_test.h", | 576 "test/layer_tree_pixel_test.h", |
| 575 "test/layer_tree_test.cc", | 577 "test/layer_tree_test.cc", |
| 576 "test/layer_tree_test.h", | 578 "test/layer_tree_test.h", |
| 577 "test/mock_occlusion_tracker.h", | 579 "test/mock_occlusion_tracker.h", |
| 578 "test/ordered_simple_task_runner.cc", | 580 "test/ordered_simple_task_runner.cc", |
| 579 "test/ordered_simple_task_runner.h", | 581 "test/ordered_simple_task_runner.h", |
| 580 "test/ordered_texture_map.cc", | 582 "test/ordered_texture_map.cc", |
| 581 "test/ordered_texture_map.h", | 583 "test/ordered_texture_map.h", |
| 582 "test/paths.cc", | 584 "test/paths.cc", |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 827 "//gpu/command_buffer/common:gles2_utils", | 829 "//gpu/command_buffer/common:gles2_utils", |
| 828 "//media", | 830 "//media", |
| 829 "//skia", | 831 "//skia", |
| 830 "//testing/gmock", | 832 "//testing/gmock", |
| 831 "//testing/gtest", | 833 "//testing/gtest", |
| 832 "//testing/perf", | 834 "//testing/perf", |
| 833 "//ui/gfx", | 835 "//ui/gfx", |
| 834 "//ui/gfx/geometry", | 836 "//ui/gfx/geometry", |
| 835 ] | 837 ] |
| 836 } | 838 } |
| OLD | NEW |