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 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
544 "test/fake_content_layer.cc", | 544 "test/fake_content_layer.cc", |
545 "test/fake_content_layer.h", | 545 "test/fake_content_layer.h", |
546 "test/fake_content_layer_client.cc", | 546 "test/fake_content_layer_client.cc", |
547 "test/fake_content_layer_client.h", | 547 "test/fake_content_layer_client.h", |
548 "test/fake_content_layer_impl.cc", | 548 "test/fake_content_layer_impl.cc", |
549 "test/fake_content_layer_impl.h", | 549 "test/fake_content_layer_impl.h", |
550 "test/fake_delegated_renderer_layer.cc", | 550 "test/fake_delegated_renderer_layer.cc", |
551 "test/fake_delegated_renderer_layer.h", | 551 "test/fake_delegated_renderer_layer.h", |
552 "test/fake_delegated_renderer_layer_impl.cc", | 552 "test/fake_delegated_renderer_layer_impl.cc", |
553 "test/fake_delegated_renderer_layer_impl.h", | 553 "test/fake_delegated_renderer_layer_impl.h", |
| 554 "test/fake_external_begin_frame_source.cc", |
| 555 "test/fake_external_begin_frame_source.h", |
554 "test/fake_impl_proxy.h", | 556 "test/fake_impl_proxy.h", |
555 "test/fake_layer_tree_host.cc", | 557 "test/fake_layer_tree_host.cc", |
556 "test/fake_layer_tree_host.h", | 558 "test/fake_layer_tree_host.h", |
557 "test/fake_layer_tree_host_client.cc", | 559 "test/fake_layer_tree_host_client.cc", |
558 "test/fake_layer_tree_host_client.h", | 560 "test/fake_layer_tree_host_client.h", |
559 "test/fake_layer_tree_host_impl.cc", | 561 "test/fake_layer_tree_host_impl.cc", |
560 "test/fake_layer_tree_host_impl.h", | 562 "test/fake_layer_tree_host_impl.h", |
561 "test/fake_layer_tree_host_impl_client.cc", | 563 "test/fake_layer_tree_host_impl_client.cc", |
562 "test/fake_layer_tree_host_impl_client.h", | 564 "test/fake_layer_tree_host_impl_client.h", |
563 "test/fake_output_surface.cc", | 565 "test/fake_output_surface.cc", |
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
875 "//media", | 877 "//media", |
876 "//skia", | 878 "//skia", |
877 "//testing/gmock", | 879 "//testing/gmock", |
878 "//testing/gtest", | 880 "//testing/gtest", |
879 "//testing/perf", | 881 "//testing/perf", |
880 "//ui/gfx", | 882 "//ui/gfx", |
881 "//ui/gfx/geometry", | 883 "//ui/gfx/geometry", |
882 "//ui/gl", | 884 "//ui/gl", |
883 ] | 885 ] |
884 } | 886 } |
OLD | NEW |