| 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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 "resources/texture_uploader.cc", | 436 "resources/texture_uploader.cc", |
| 437 "resources/texture_uploader.h", | 437 "resources/texture_uploader.h", |
| 438 "resources/tile.cc", | 438 "resources/tile.cc", |
| 439 "resources/tile.h", | 439 "resources/tile.h", |
| 440 "resources/tile_manager.cc", | 440 "resources/tile_manager.cc", |
| 441 "resources/tile_manager.h", | 441 "resources/tile_manager.h", |
| 442 "resources/tile_priority.cc", | 442 "resources/tile_priority.cc", |
| 443 "resources/tile_priority.h", | 443 "resources/tile_priority.h", |
| 444 "resources/tiling_set_eviction_queue.cc", | 444 "resources/tiling_set_eviction_queue.cc", |
| 445 "resources/tiling_set_eviction_queue.h", | 445 "resources/tiling_set_eviction_queue.h", |
| 446 "resources/tiling_set_raster_queue.cc", |
| 447 "resources/tiling_set_raster_queue.h", |
| 446 "resources/transferable_resource.cc", | 448 "resources/transferable_resource.cc", |
| 447 "resources/transferable_resource.h", | 449 "resources/transferable_resource.h", |
| 448 "resources/transform_display_item.cc", | 450 "resources/transform_display_item.cc", |
| 449 "resources/transform_display_item.h", | 451 "resources/transform_display_item.h", |
| 450 "resources/transparency_display_item.cc", | 452 "resources/transparency_display_item.cc", |
| 451 "resources/transparency_display_item.h", | 453 "resources/transparency_display_item.h", |
| 452 "resources/ui_resource_bitmap.cc", | 454 "resources/ui_resource_bitmap.cc", |
| 453 "resources/ui_resource_bitmap.h", | 455 "resources/ui_resource_bitmap.h", |
| 454 "resources/ui_resource_client.h", | 456 "resources/ui_resource_client.h", |
| 455 "resources/ui_resource_request.cc", | 457 "resources/ui_resource_request.cc", |
| (...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 871 "//media", | 873 "//media", |
| 872 "//skia", | 874 "//skia", |
| 873 "//testing/gmock", | 875 "//testing/gmock", |
| 874 "//testing/gtest", | 876 "//testing/gtest", |
| 875 "//testing/perf", | 877 "//testing/perf", |
| 876 "//ui/gfx", | 878 "//ui/gfx", |
| 877 "//ui/gfx/geometry", | 879 "//ui/gfx/geometry", |
| 878 "//ui/gl", | 880 "//ui/gl", |
| 879 ] | 881 ] |
| 880 } | 882 } |
| OLD | NEW |