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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
311 "quads/surface_draw_quad.cc", | 311 "quads/surface_draw_quad.cc", |
312 "quads/surface_draw_quad.h", | 312 "quads/surface_draw_quad.h", |
313 "quads/texture_draw_quad.cc", | 313 "quads/texture_draw_quad.cc", |
314 "quads/texture_draw_quad.h", | 314 "quads/texture_draw_quad.h", |
315 "quads/tile_draw_quad.cc", | 315 "quads/tile_draw_quad.cc", |
316 "quads/tile_draw_quad.h", | 316 "quads/tile_draw_quad.h", |
317 "quads/yuv_video_draw_quad.cc", | 317 "quads/yuv_video_draw_quad.cc", |
318 "quads/yuv_video_draw_quad.h", | 318 "quads/yuv_video_draw_quad.h", |
319 "resources/bitmap_content_layer_updater.cc", | 319 "resources/bitmap_content_layer_updater.cc", |
320 "resources/bitmap_content_layer_updater.h", | 320 "resources/bitmap_content_layer_updater.h", |
| 321 "resources/bitmap_raster_worker_pool.cc", |
| 322 "resources/bitmap_raster_worker_pool.h", |
321 "resources/bitmap_skpicture_content_layer_updater.cc", | 323 "resources/bitmap_skpicture_content_layer_updater.cc", |
322 "resources/bitmap_skpicture_content_layer_updater.h", | 324 "resources/bitmap_skpicture_content_layer_updater.h", |
323 "resources/content_layer_updater.cc", | 325 "resources/content_layer_updater.cc", |
324 "resources/content_layer_updater.h", | 326 "resources/content_layer_updater.h", |
325 "resources/eviction_tile_priority_queue.cc", | 327 "resources/eviction_tile_priority_queue.cc", |
326 "resources/eviction_tile_priority_queue.h", | 328 "resources/eviction_tile_priority_queue.h", |
327 "resources/gpu_raster_worker_pool.cc", | 329 "resources/gpu_raster_worker_pool.cc", |
328 "resources/gpu_raster_worker_pool.h", | 330 "resources/gpu_raster_worker_pool.h", |
329 "resources/image_layer_updater.cc", | 331 "resources/image_layer_updater.cc", |
330 "resources/image_layer_updater.h", | 332 "resources/image_layer_updater.h", |
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
819 "//gpu/command_buffer/common:gles2_utils", | 821 "//gpu/command_buffer/common:gles2_utils", |
820 "//media", | 822 "//media", |
821 "//skia", | 823 "//skia", |
822 "//testing/gmock", | 824 "//testing/gmock", |
823 "//testing/gtest", | 825 "//testing/gtest", |
824 "//testing/perf", | 826 "//testing/perf", |
825 "//ui/gfx", | 827 "//ui/gfx", |
826 "//ui/gfx/geometry", | 828 "//ui/gfx/geometry", |
827 ] | 829 ] |
828 } | 830 } |
OLD | NEW |