| 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 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 439 "resources/tile.cc", | 439 "resources/tile.cc", |
| 440 "resources/tile.h", | 440 "resources/tile.h", |
| 441 "resources/tile_draw_info.cc", | 441 "resources/tile_draw_info.cc", |
| 442 "resources/tile_draw_info.h", | 442 "resources/tile_draw_info.h", |
| 443 "resources/tile_manager.cc", | 443 "resources/tile_manager.cc", |
| 444 "resources/tile_manager.h", | 444 "resources/tile_manager.h", |
| 445 "resources/tile_priority.cc", | 445 "resources/tile_priority.cc", |
| 446 "resources/tile_priority.h", | 446 "resources/tile_priority.h", |
| 447 "resources/tiling_set_eviction_queue.cc", | 447 "resources/tiling_set_eviction_queue.cc", |
| 448 "resources/tiling_set_eviction_queue.h", | 448 "resources/tiling_set_eviction_queue.h", |
| 449 "resources/tiling_set_raster_queue.cc", | 449 "resources/tiling_set_raster_queue_all.cc", |
| 450 "resources/tiling_set_raster_queue_all.h", |
| 451 "resources/tiling_set_raster_queue_required.cc", |
| 452 "resources/tiling_set_raster_queue_required.h", |
| 450 "resources/tiling_set_raster_queue.h", | 453 "resources/tiling_set_raster_queue.h", |
| 451 "resources/transferable_resource.cc", | 454 "resources/transferable_resource.cc", |
| 452 "resources/transferable_resource.h", | 455 "resources/transferable_resource.h", |
| 453 "resources/transform_display_item.cc", | 456 "resources/transform_display_item.cc", |
| 454 "resources/transform_display_item.h", | 457 "resources/transform_display_item.h", |
| 455 "resources/transparency_display_item.cc", | 458 "resources/transparency_display_item.cc", |
| 456 "resources/transparency_display_item.h", | 459 "resources/transparency_display_item.h", |
| 457 "resources/ui_resource_bitmap.cc", | 460 "resources/ui_resource_bitmap.cc", |
| 458 "resources/ui_resource_bitmap.h", | 461 "resources/ui_resource_bitmap.h", |
| 459 "resources/ui_resource_client.h", | 462 "resources/ui_resource_client.h", |
| (...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 878 "//gpu/command_buffer/common:gles2_utils", | 881 "//gpu/command_buffer/common:gles2_utils", |
| 879 "//skia", | 882 "//skia", |
| 880 "//testing/gmock", | 883 "//testing/gmock", |
| 881 "//testing/gtest", | 884 "//testing/gtest", |
| 882 "//testing/perf", | 885 "//testing/perf", |
| 883 "//ui/gfx", | 886 "//ui/gfx", |
| 884 "//ui/gfx/geometry", | 887 "//ui/gfx/geometry", |
| 885 "//ui/gl", | 888 "//ui/gl", |
| 886 ] | 889 ] |
| 887 } | 890 } |
| OLD | NEW |