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