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 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
527 "test/fake_output_surface_client.cc", | 527 "test/fake_output_surface_client.cc", |
528 "test/fake_output_surface_client.h", | 528 "test/fake_output_surface_client.h", |
529 "test/fake_painted_scrollbar_layer.cc", | 529 "test/fake_painted_scrollbar_layer.cc", |
530 "test/fake_painted_scrollbar_layer.h", | 530 "test/fake_painted_scrollbar_layer.h", |
531 "test/fake_picture_layer.cc", | 531 "test/fake_picture_layer.cc", |
532 "test/fake_picture_layer.h", | 532 "test/fake_picture_layer.h", |
533 "test/fake_picture_layer_impl.cc", | 533 "test/fake_picture_layer_impl.cc", |
534 "test/fake_picture_layer_impl.h", | 534 "test/fake_picture_layer_impl.h", |
535 "test/fake_picture_layer_tiling_client.cc", | 535 "test/fake_picture_layer_tiling_client.cc", |
536 "test/fake_picture_layer_tiling_client.h", | 536 "test/fake_picture_layer_tiling_client.h", |
| 537 "test/fake_picture_pile.cc", |
537 "test/fake_picture_pile.h", | 538 "test/fake_picture_pile.h", |
538 "test/fake_picture_pile_impl.cc", | 539 "test/fake_picture_pile_impl.cc", |
539 "test/fake_picture_pile_impl.h", | 540 "test/fake_picture_pile_impl.h", |
540 "test/fake_proxy.cc", | 541 "test/fake_proxy.cc", |
541 "test/fake_proxy.h", | 542 "test/fake_proxy.h", |
542 "test/fake_renderer_client.cc", | 543 "test/fake_renderer_client.cc", |
543 "test/fake_renderer_client.h", | 544 "test/fake_renderer_client.h", |
544 "test/fake_rendering_stats_instrumentation.h", | 545 "test/fake_rendering_stats_instrumentation.h", |
545 "test/fake_scoped_ui_resource.cc", | 546 "test/fake_scoped_ui_resource.cc", |
546 "test/fake_scoped_ui_resource.h", | 547 "test/fake_scoped_ui_resource.h", |
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
819 "//gpu:test_support", | 820 "//gpu:test_support", |
820 "//gpu/command_buffer/common:gles2_utils", | 821 "//gpu/command_buffer/common:gles2_utils", |
821 "//skia", | 822 "//skia", |
822 "//testing/gmock", | 823 "//testing/gmock", |
823 "//testing/gtest", | 824 "//testing/gtest", |
824 "//testing/perf", | 825 "//testing/perf", |
825 "//ui/gfx", | 826 "//ui/gfx", |
826 "//ui/gfx/geometry", | 827 "//ui/gfx/geometry", |
827 ] | 828 ] |
828 } | 829 } |
OLD | NEW |