| 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 "resources/prioritized_resource.cc", | 359 "resources/prioritized_resource.cc", |
| 360 "resources/prioritized_resource.h", | 360 "resources/prioritized_resource.h", |
| 361 "resources/prioritized_resource_manager.cc", | 361 "resources/prioritized_resource_manager.cc", |
| 362 "resources/prioritized_resource_manager.h", | 362 "resources/prioritized_resource_manager.h", |
| 363 "resources/prioritized_tile_set.cc", | 363 "resources/prioritized_tile_set.cc", |
| 364 "resources/prioritized_tile_set.h", | 364 "resources/prioritized_tile_set.h", |
| 365 "resources/priority_calculator.cc", | 365 "resources/priority_calculator.cc", |
| 366 "resources/priority_calculator.h", | 366 "resources/priority_calculator.h", |
| 367 "resources/rasterizer.cc", | 367 "resources/rasterizer.cc", |
| 368 "resources/rasterizer.h", | 368 "resources/rasterizer.h", |
| 369 "resources/raster_buffer.cc", |
| 370 "resources/raster_buffer.h", |
| 369 "resources/raster_mode.cc", | 371 "resources/raster_mode.cc", |
| 370 "resources/raster_mode.h", | 372 "resources/raster_mode.h", |
| 371 "resources/raster_tile_priority_queue.cc", | 373 "resources/raster_tile_priority_queue.cc", |
| 372 "resources/raster_tile_priority_queue.h", | 374 "resources/raster_tile_priority_queue.h", |
| 373 "resources/raster_worker_pool.cc", | 375 "resources/raster_worker_pool.cc", |
| 374 "resources/raster_worker_pool.h", | 376 "resources/raster_worker_pool.h", |
| 375 "resources/release_callback.h", | 377 "resources/release_callback.h", |
| 376 "resources/resource.cc", | 378 "resources/resource.cc", |
| 377 "resources/resource_format.cc", | 379 "resources/resource_format.cc", |
| 378 "resources/resource_format.h", | 380 "resources/resource_format.h", |
| (...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 816 "//gpu/command_buffer/common:gles2_utils", | 818 "//gpu/command_buffer/common:gles2_utils", |
| 817 "//media", | 819 "//media", |
| 818 "//skia", | 820 "//skia", |
| 819 "//testing/gmock", | 821 "//testing/gmock", |
| 820 "//testing/gtest", | 822 "//testing/gtest", |
| 821 "//testing/perf", | 823 "//testing/perf", |
| 822 "//ui/gfx", | 824 "//ui/gfx", |
| 823 "//ui/gfx/geometry", | 825 "//ui/gfx/geometry", |
| 824 ] | 826 ] |
| 825 } | 827 } |
| OLD | NEW |