| 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 "quads/tile_draw_quad.cc", | 297 "quads/tile_draw_quad.cc", |
| 298 "quads/tile_draw_quad.h", | 298 "quads/tile_draw_quad.h", |
| 299 "quads/yuv_video_draw_quad.cc", | 299 "quads/yuv_video_draw_quad.cc", |
| 300 "quads/yuv_video_draw_quad.h", | 300 "quads/yuv_video_draw_quad.h", |
| 301 "resources/bitmap_content_layer_updater.cc", | 301 "resources/bitmap_content_layer_updater.cc", |
| 302 "resources/bitmap_content_layer_updater.h", | 302 "resources/bitmap_content_layer_updater.h", |
| 303 "resources/bitmap_skpicture_content_layer_updater.cc", | 303 "resources/bitmap_skpicture_content_layer_updater.cc", |
| 304 "resources/bitmap_skpicture_content_layer_updater.h", | 304 "resources/bitmap_skpicture_content_layer_updater.h", |
| 305 "resources/content_layer_updater.cc", | 305 "resources/content_layer_updater.cc", |
| 306 "resources/content_layer_updater.h", | 306 "resources/content_layer_updater.h", |
| 307 "resources/direct_raster_worker_pool.cc", | 307 "resources/gpu_raster_worker_pool.cc", |
| 308 "resources/direct_raster_worker_pool.h", | 308 "resources/gpu_raster_worker_pool.h", |
| 309 "resources/image_layer_updater.cc", | 309 "resources/image_layer_updater.cc", |
| 310 "resources/image_layer_updater.h", | 310 "resources/image_layer_updater.h", |
| 311 "resources/image_raster_worker_pool.cc", | 311 "resources/image_raster_worker_pool.cc", |
| 312 "resources/image_raster_worker_pool.h", | 312 "resources/image_raster_worker_pool.h", |
| 313 "resources/image_copy_raster_worker_pool.cc", | 313 "resources/image_copy_raster_worker_pool.cc", |
| 314 "resources/image_copy_raster_worker_pool.h", | 314 "resources/image_copy_raster_worker_pool.h", |
| 315 "resources/layer_painter.h", | 315 "resources/layer_painter.h", |
| 316 "resources/layer_quad.cc", | 316 "resources/layer_quad.cc", |
| 317 "resources/layer_quad.h", | 317 "resources/layer_quad.h", |
| 318 "resources/layer_tiling_data.cc", | 318 "resources/layer_tiling_data.cc", |
| (...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 776 "//ui/gfx", | 776 "//ui/gfx", |
| 777 "//ui/gfx/geometry", | 777 "//ui/gfx/geometry", |
| 778 ] | 778 ] |
| 779 } | 779 } |
| 780 | 780 |
| 781 test("cc_perftests") { | 781 test("cc_perftests") { |
| 782 # TODO(GYP) | 782 # TODO(GYP) |
| 783 } | 783 } |
| 784 | 784 |
| 785 } # if false | 785 } # if false |
| OLD | NEW |