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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
429 "resources/texture_uploader.cc", | 429 "resources/texture_uploader.cc", |
430 "resources/texture_uploader.h", | 430 "resources/texture_uploader.h", |
431 "resources/tile.cc", | 431 "resources/tile.cc", |
432 "resources/tile.h", | 432 "resources/tile.h", |
433 "resources/tile_manager.cc", | 433 "resources/tile_manager.cc", |
434 "resources/tile_manager.h", | 434 "resources/tile_manager.h", |
435 "resources/tile_priority.cc", | 435 "resources/tile_priority.cc", |
436 "resources/tile_priority.h", | 436 "resources/tile_priority.h", |
437 "resources/tiling_set_eviction_queue.cc", | 437 "resources/tiling_set_eviction_queue.cc", |
438 "resources/tiling_set_eviction_queue.h", | 438 "resources/tiling_set_eviction_queue.h", |
| 439 "resources/tiling_set_raster_queue.cc", |
| 440 "resources/tiling_set_raster_queue.h", |
439 "resources/transferable_resource.cc", | 441 "resources/transferable_resource.cc", |
440 "resources/transferable_resource.h", | 442 "resources/transferable_resource.h", |
441 "resources/transform_display_item.cc", | 443 "resources/transform_display_item.cc", |
442 "resources/transform_display_item.h", | 444 "resources/transform_display_item.h", |
443 "resources/transparency_display_item.cc", | 445 "resources/transparency_display_item.cc", |
444 "resources/transparency_display_item.h", | 446 "resources/transparency_display_item.h", |
445 "resources/ui_resource_bitmap.cc", | 447 "resources/ui_resource_bitmap.cc", |
446 "resources/ui_resource_bitmap.h", | 448 "resources/ui_resource_bitmap.h", |
447 "resources/ui_resource_client.h", | 449 "resources/ui_resource_client.h", |
448 "resources/ui_resource_request.cc", | 450 "resources/ui_resource_request.cc", |
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
853 "//gpu/command_buffer/common:gles2_utils", | 855 "//gpu/command_buffer/common:gles2_utils", |
854 "//skia", | 856 "//skia", |
855 "//testing/gmock", | 857 "//testing/gmock", |
856 "//testing/gtest", | 858 "//testing/gtest", |
857 "//testing/perf", | 859 "//testing/perf", |
858 "//ui/gfx", | 860 "//ui/gfx", |
859 "//ui/gfx/geometry", | 861 "//ui/gfx/geometry", |
860 "//ui/gl", | 862 "//ui/gl", |
861 ] | 863 ] |
862 } | 864 } |
OLD | NEW |