| 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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 "resources/resource_pool.h", | 366 "resources/resource_pool.h", |
| 367 "resources/resource_provider.cc", | 367 "resources/resource_provider.cc", |
| 368 "resources/resource_provider.h", | 368 "resources/resource_provider.h", |
| 369 "resources/resource_update.cc", | 369 "resources/resource_update.cc", |
| 370 "resources/resource_update.h", | 370 "resources/resource_update.h", |
| 371 "resources/resource_update_controller.cc", | 371 "resources/resource_update_controller.cc", |
| 372 "resources/resource_update_controller.h", | 372 "resources/resource_update_controller.h", |
| 373 "resources/resource_update_queue.cc", | 373 "resources/resource_update_queue.cc", |
| 374 "resources/resource_update_queue.h", | 374 "resources/resource_update_queue.h", |
| 375 "resources/returned_resource.h", | 375 "resources/returned_resource.h", |
| 376 "resources/scoped_gpu_raster.cc', |
| 377 "resources/scoped_gpu_raster.h', |
| 376 "resources/scoped_resource.cc", | 378 "resources/scoped_resource.cc", |
| 377 "resources/scoped_resource.h", | 379 "resources/scoped_resource.h", |
| 378 "resources/scoped_ui_resource.cc", | 380 "resources/scoped_ui_resource.cc", |
| 379 "resources/scoped_ui_resource.h", | 381 "resources/scoped_ui_resource.h", |
| 380 "resources/shared_bitmap.cc", | 382 "resources/shared_bitmap.cc", |
| 381 "resources/shared_bitmap.h", | 383 "resources/shared_bitmap.h", |
| 382 "resources/shared_bitmap_manager.h", | 384 "resources/shared_bitmap_manager.h", |
| 383 "resources/single_release_callback.cc", | 385 "resources/single_release_callback.cc", |
| 384 "resources/single_release_callback.h", | 386 "resources/single_release_callback.h", |
| 385 "resources/skpicture_content_layer_updater.cc", | 387 "resources/skpicture_content_layer_updater.cc", |
| (...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 780 "//ui/gfx", | 782 "//ui/gfx", |
| 781 "//ui/gfx/geometry", | 783 "//ui/gfx/geometry", |
| 782 ] | 784 ] |
| 783 } | 785 } |
| 784 | 786 |
| 785 test("cc_perftests") { | 787 test("cc_perftests") { |
| 786 # TODO(GYP) | 788 # TODO(GYP) |
| 787 } | 789 } |
| 788 | 790 |
| 789 } # if false | 791 } # if false |
| OLD | NEW |