| 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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 584 "test/skia_common.cc", | 584 "test/skia_common.cc", |
| 585 "test/skia_common.h", | 585 "test/skia_common.h", |
| 586 "test/solid_color_content_layer_client.cc", | 586 "test/solid_color_content_layer_client.cc", |
| 587 "test/solid_color_content_layer_client.h", | 587 "test/solid_color_content_layer_client.h", |
| 588 "test/test_context_provider.cc", | 588 "test/test_context_provider.cc", |
| 589 "test/test_context_provider.h", | 589 "test/test_context_provider.h", |
| 590 "test/test_context_support.cc", | 590 "test/test_context_support.cc", |
| 591 "test/test_context_support.h", | 591 "test/test_context_support.h", |
| 592 "test/test_gles2_interface.cc", | 592 "test/test_gles2_interface.cc", |
| 593 "test/test_gles2_interface.h", | 593 "test/test_gles2_interface.h", |
| 594 "test/test_now_source.cc", |
| 595 "test/test_now_source.h", |
| 594 "test/test_occlusion_tracker.h", | 596 "test/test_occlusion_tracker.h", |
| 595 "test/test_shared_bitmap_manager.cc", | 597 "test/test_shared_bitmap_manager.cc", |
| 596 "test/test_shared_bitmap_manager.h", | 598 "test/test_shared_bitmap_manager.h", |
| 597 "test/test_texture.cc", | 599 "test/test_texture.cc", |
| 598 "test/test_texture.h", | 600 "test/test_texture.h", |
| 599 "test/test_tile_priorities.cc", | 601 "test/test_tile_priorities.cc", |
| 600 "test/test_tile_priorities.h", | 602 "test/test_tile_priorities.h", |
| 601 "test/test_web_graphics_context_3d.cc", | 603 "test/test_web_graphics_context_3d.cc", |
| 602 "test/test_web_graphics_context_3d.h", | 604 "test/test_web_graphics_context_3d.h", |
| 603 "test/tiled_layer_test_common.cc", | 605 "test/tiled_layer_test_common.cc", |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 797 "//gpu/command_buffer/common:gles2_utils", | 799 "//gpu/command_buffer/common:gles2_utils", |
| 798 "//media", | 800 "//media", |
| 799 "//skia", | 801 "//skia", |
| 800 "//testing/gmock", | 802 "//testing/gmock", |
| 801 "//testing/gtest", | 803 "//testing/gtest", |
| 802 "//testing/perf", | 804 "//testing/perf", |
| 803 "//ui/gfx", | 805 "//ui/gfx", |
| 804 "//ui/gfx/geometry", | 806 "//ui/gfx/geometry", |
| 805 ] | 807 ] |
| 806 } | 808 } |
| OLD | NEW |