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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 "resources/pixel_buffer_raster_worker_pool.h", | 361 "resources/pixel_buffer_raster_worker_pool.h", |
362 "resources/platform_color.h", | 362 "resources/platform_color.h", |
363 "resources/prioritized_resource.cc", | 363 "resources/prioritized_resource.cc", |
364 "resources/prioritized_resource.h", | 364 "resources/prioritized_resource.h", |
365 "resources/prioritized_resource_manager.cc", | 365 "resources/prioritized_resource_manager.cc", |
366 "resources/prioritized_resource_manager.h", | 366 "resources/prioritized_resource_manager.h", |
367 "resources/priority_calculator.cc", | 367 "resources/priority_calculator.cc", |
368 "resources/priority_calculator.h", | 368 "resources/priority_calculator.h", |
369 "resources/raster_buffer.cc", | 369 "resources/raster_buffer.cc", |
370 "resources/raster_buffer.h", | 370 "resources/raster_buffer.h", |
| 371 "resources/raster_source.h", |
371 "resources/raster_tile_priority_queue.cc", | 372 "resources/raster_tile_priority_queue.cc", |
372 "resources/raster_tile_priority_queue.h", | 373 "resources/raster_tile_priority_queue.h", |
373 "resources/raster_worker_pool.cc", | 374 "resources/raster_worker_pool.cc", |
374 "resources/raster_worker_pool.h", | 375 "resources/raster_worker_pool.h", |
375 "resources/rasterizer.cc", | 376 "resources/rasterizer.cc", |
376 "resources/rasterizer.h", | 377 "resources/rasterizer.h", |
377 "resources/release_callback.h", | 378 "resources/release_callback.h", |
378 "resources/resource.cc", | 379 "resources/resource.cc", |
379 "resources/resource.h", | 380 "resources/resource.h", |
380 "resources/resource_format.cc", | 381 "resources/resource_format.cc", |
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
824 "//gpu/command_buffer/common:gles2_utils", | 825 "//gpu/command_buffer/common:gles2_utils", |
825 "//media", | 826 "//media", |
826 "//skia", | 827 "//skia", |
827 "//testing/gmock", | 828 "//testing/gmock", |
828 "//testing/gtest", | 829 "//testing/gtest", |
829 "//testing/perf", | 830 "//testing/perf", |
830 "//ui/gfx", | 831 "//ui/gfx", |
831 "//ui/gfx/geometry", | 832 "//ui/gfx/geometry", |
832 ] | 833 ] |
833 } | 834 } |
OLD | NEW |