| 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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 "resources/texture_mailbox_deleter.cc", | 417 "resources/texture_mailbox_deleter.cc", |
| 418 "resources/texture_mailbox_deleter.h", | 418 "resources/texture_mailbox_deleter.h", |
| 419 "resources/texture_uploader.cc", | 419 "resources/texture_uploader.cc", |
| 420 "resources/texture_uploader.h", | 420 "resources/texture_uploader.h", |
| 421 "resources/tile.cc", | 421 "resources/tile.cc", |
| 422 "resources/tile.h", | 422 "resources/tile.h", |
| 423 "resources/tile_manager.cc", | 423 "resources/tile_manager.cc", |
| 424 "resources/tile_manager.h", | 424 "resources/tile_manager.h", |
| 425 "resources/tile_priority.cc", | 425 "resources/tile_priority.cc", |
| 426 "resources/tile_priority.h", | 426 "resources/tile_priority.h", |
| 427 "resources/tiling_set_eviction_queue.cc", |
| 428 "resources/tiling_set_eviction_queue.h", |
| 427 "resources/transferable_resource.cc", | 429 "resources/transferable_resource.cc", |
| 428 "resources/transferable_resource.h", | 430 "resources/transferable_resource.h", |
| 429 "resources/ui_resource_bitmap.cc", | 431 "resources/ui_resource_bitmap.cc", |
| 430 "resources/ui_resource_bitmap.h", | 432 "resources/ui_resource_bitmap.h", |
| 431 "resources/ui_resource_client.h", | 433 "resources/ui_resource_client.h", |
| 432 "resources/ui_resource_request.cc", | 434 "resources/ui_resource_request.cc", |
| 433 "resources/ui_resource_request.h", | 435 "resources/ui_resource_request.h", |
| 434 "resources/video_resource_updater.cc", | 436 "resources/video_resource_updater.cc", |
| 435 "resources/video_resource_updater.h", | 437 "resources/video_resource_updater.h", |
| 436 "resources/zero_copy_raster_worker_pool.cc", | 438 "resources/zero_copy_raster_worker_pool.cc", |
| (...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 839 "//gpu/command_buffer/common:gles2_utils", | 841 "//gpu/command_buffer/common:gles2_utils", |
| 840 "//media", | 842 "//media", |
| 841 "//skia", | 843 "//skia", |
| 842 "//testing/gmock", | 844 "//testing/gmock", |
| 843 "//testing/gtest", | 845 "//testing/gtest", |
| 844 "//testing/perf", | 846 "//testing/perf", |
| 845 "//ui/gfx", | 847 "//ui/gfx", |
| 846 "//ui/gfx/geometry", | 848 "//ui/gfx/geometry", |
| 847 ] | 849 ] |
| 848 } | 850 } |
| OLD | NEW |