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