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 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
603 "test/solid_color_content_layer_client.cc", | 603 "test/solid_color_content_layer_client.cc", |
604 "test/solid_color_content_layer_client.h", | 604 "test/solid_color_content_layer_client.h", |
605 "test/test_context_provider.cc", | 605 "test/test_context_provider.cc", |
606 "test/test_context_provider.h", | 606 "test/test_context_provider.h", |
607 "test/test_context_support.cc", | 607 "test/test_context_support.cc", |
608 "test/test_context_support.h", | 608 "test/test_context_support.h", |
609 "test/test_gles2_interface.cc", | 609 "test/test_gles2_interface.cc", |
610 "test/test_gles2_interface.h", | 610 "test/test_gles2_interface.h", |
611 "test/test_gpu_memory_buffer_manager.cc", | 611 "test/test_gpu_memory_buffer_manager.cc", |
612 "test/test_gpu_memory_buffer_manager.h", | 612 "test/test_gpu_memory_buffer_manager.h", |
| 613 "test/test_image_factory.cc", |
| 614 "test/test_image_factory.h", |
613 "test/test_now_source.cc", | 615 "test/test_now_source.cc", |
614 "test/test_now_source.h", | 616 "test/test_now_source.h", |
615 "test/test_occlusion_tracker.h", | 617 "test/test_occlusion_tracker.h", |
616 "test/test_shared_bitmap_manager.cc", | 618 "test/test_shared_bitmap_manager.cc", |
617 "test/test_shared_bitmap_manager.h", | 619 "test/test_shared_bitmap_manager.h", |
618 "test/test_texture.cc", | 620 "test/test_texture.cc", |
619 "test/test_texture.h", | 621 "test/test_texture.h", |
620 "test/test_tile_priorities.cc", | 622 "test/test_tile_priorities.cc", |
621 "test/test_tile_priorities.h", | 623 "test/test_tile_priorities.h", |
622 "test/test_web_graphics_context_3d.cc", | 624 "test/test_web_graphics_context_3d.cc", |
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
826 "//gpu/command_buffer/common:gles2_utils", | 828 "//gpu/command_buffer/common:gles2_utils", |
827 "//media", | 829 "//media", |
828 "//skia", | 830 "//skia", |
829 "//testing/gmock", | 831 "//testing/gmock", |
830 "//testing/gtest", | 832 "//testing/gtest", |
831 "//testing/perf", | 833 "//testing/perf", |
832 "//ui/gfx", | 834 "//ui/gfx", |
833 "//ui/gfx/geometry", | 835 "//ui/gfx/geometry", |
834 ] | 836 ] |
835 } | 837 } |
OLD | NEW |