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 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
442 "resources/tile.cc", | 442 "resources/tile.cc", |
443 "resources/tile.h", | 443 "resources/tile.h", |
444 "resources/tile_draw_info.cc", | 444 "resources/tile_draw_info.cc", |
445 "resources/tile_draw_info.h", | 445 "resources/tile_draw_info.h", |
446 "resources/tile_manager.cc", | 446 "resources/tile_manager.cc", |
447 "resources/tile_manager.h", | 447 "resources/tile_manager.h", |
448 "resources/tile_priority.cc", | 448 "resources/tile_priority.cc", |
449 "resources/tile_priority.h", | 449 "resources/tile_priority.h", |
450 "resources/tiling_set_eviction_queue.cc", | 450 "resources/tiling_set_eviction_queue.cc", |
451 "resources/tiling_set_eviction_queue.h", | 451 "resources/tiling_set_eviction_queue.h", |
452 "resources/tiling_set_raster_queue.cc", | 452 "resources/tiling_set_raster_queue_all.cc", |
| 453 "resources/tiling_set_raster_queue_all.h", |
| 454 "resources/tiling_set_raster_queue_required.cc", |
| 455 "resources/tiling_set_raster_queue_required.h", |
453 "resources/tiling_set_raster_queue.h", | 456 "resources/tiling_set_raster_queue.h", |
454 "resources/transferable_resource.cc", | 457 "resources/transferable_resource.cc", |
455 "resources/transferable_resource.h", | 458 "resources/transferable_resource.h", |
456 "resources/transform_display_item.cc", | 459 "resources/transform_display_item.cc", |
457 "resources/transform_display_item.h", | 460 "resources/transform_display_item.h", |
458 "resources/transparency_display_item.cc", | 461 "resources/transparency_display_item.cc", |
459 "resources/transparency_display_item.h", | 462 "resources/transparency_display_item.h", |
460 "resources/ui_resource_bitmap.cc", | 463 "resources/ui_resource_bitmap.cc", |
461 "resources/ui_resource_bitmap.h", | 464 "resources/ui_resource_bitmap.h", |
462 "resources/ui_resource_client.h", | 465 "resources/ui_resource_client.h", |
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
892 "//media", | 895 "//media", |
893 "//skia", | 896 "//skia", |
894 "//testing/gmock", | 897 "//testing/gmock", |
895 "//testing/gtest", | 898 "//testing/gtest", |
896 "//testing/perf", | 899 "//testing/perf", |
897 "//ui/gfx", | 900 "//ui/gfx", |
898 "//ui/gfx/geometry", | 901 "//ui/gfx/geometry", |
899 "//ui/gl", | 902 "//ui/gl", |
900 ] | 903 ] |
901 } | 904 } |
OLD | NEW |