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 580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
591 "test/skia_common.cc", | 591 "test/skia_common.cc", |
592 "test/skia_common.h", | 592 "test/skia_common.h", |
593 "test/solid_color_content_layer_client.cc", | 593 "test/solid_color_content_layer_client.cc", |
594 "test/solid_color_content_layer_client.h", | 594 "test/solid_color_content_layer_client.h", |
595 "test/test_context_provider.cc", | 595 "test/test_context_provider.cc", |
596 "test/test_context_provider.h", | 596 "test/test_context_provider.h", |
597 "test/test_context_support.cc", | 597 "test/test_context_support.cc", |
598 "test/test_context_support.h", | 598 "test/test_context_support.h", |
599 "test/test_gles2_interface.cc", | 599 "test/test_gles2_interface.cc", |
600 "test/test_gles2_interface.h", | 600 "test/test_gles2_interface.h", |
| 601 "test/test_now_source.cc", |
| 602 "test/test_now_source.h", |
601 "test/test_occlusion_tracker.h", | 603 "test/test_occlusion_tracker.h", |
602 "test/test_shared_bitmap_manager.cc", | 604 "test/test_shared_bitmap_manager.cc", |
603 "test/test_shared_bitmap_manager.h", | 605 "test/test_shared_bitmap_manager.h", |
604 "test/test_texture.cc", | 606 "test/test_texture.cc", |
605 "test/test_texture.h", | 607 "test/test_texture.h", |
606 "test/test_tile_priorities.cc", | 608 "test/test_tile_priorities.cc", |
607 "test/test_tile_priorities.h", | 609 "test/test_tile_priorities.h", |
608 "test/test_web_graphics_context_3d.cc", | 610 "test/test_web_graphics_context_3d.cc", |
609 "test/test_web_graphics_context_3d.h", | 611 "test/test_web_graphics_context_3d.h", |
610 "test/tiled_layer_test_common.cc", | 612 "test/tiled_layer_test_common.cc", |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
806 "//gpu/command_buffer/common:gles2_utils", | 808 "//gpu/command_buffer/common:gles2_utils", |
807 "//media", | 809 "//media", |
808 "//skia", | 810 "//skia", |
809 "//testing/gmock", | 811 "//testing/gmock", |
810 "//testing/gtest", | 812 "//testing/gtest", |
811 "//testing/perf", | 813 "//testing/perf", |
812 "//ui/gfx", | 814 "//ui/gfx", |
813 "//ui/gfx/geometry", | 815 "//ui/gfx/geometry", |
814 ] | 816 ] |
815 } | 817 } |
OLD | NEW |