| 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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 "resources/one_copy_raster_worker_pool.cc", | 347 "resources/one_copy_raster_worker_pool.cc", |
| 348 "resources/one_copy_raster_worker_pool.h", | 348 "resources/one_copy_raster_worker_pool.h", |
| 349 "resources/picture.cc", | 349 "resources/picture.cc", |
| 350 "resources/picture.h", | 350 "resources/picture.h", |
| 351 "resources/picture_layer_tiling.cc", | 351 "resources/picture_layer_tiling.cc", |
| 352 "resources/picture_layer_tiling.h", | 352 "resources/picture_layer_tiling.h", |
| 353 "resources/picture_layer_tiling_set.cc", | 353 "resources/picture_layer_tiling_set.cc", |
| 354 "resources/picture_layer_tiling_set.h", | 354 "resources/picture_layer_tiling_set.h", |
| 355 "resources/picture_pile.cc", | 355 "resources/picture_pile.cc", |
| 356 "resources/picture_pile.h", | 356 "resources/picture_pile.h", |
| 357 "resources/picture_pile_base.cc", | |
| 358 "resources/picture_pile_base.h", | |
| 359 "resources/picture_pile_impl.cc", | 357 "resources/picture_pile_impl.cc", |
| 360 "resources/picture_pile_impl.h", | 358 "resources/picture_pile_impl.h", |
| 361 "resources/pixel_buffer_raster_worker_pool.cc", | 359 "resources/pixel_buffer_raster_worker_pool.cc", |
| 362 "resources/pixel_buffer_raster_worker_pool.h", | 360 "resources/pixel_buffer_raster_worker_pool.h", |
| 363 "resources/platform_color.h", | 361 "resources/platform_color.h", |
| 364 "resources/prioritized_resource.cc", | 362 "resources/prioritized_resource.cc", |
| 365 "resources/prioritized_resource.h", | 363 "resources/prioritized_resource.h", |
| 366 "resources/prioritized_resource_manager.cc", | 364 "resources/prioritized_resource_manager.cc", |
| 367 "resources/prioritized_resource_manager.h", | 365 "resources/prioritized_resource_manager.h", |
| 368 "resources/priority_calculator.cc", | 366 "resources/priority_calculator.cc", |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 536 "test/fake_output_surface_client.cc", | 534 "test/fake_output_surface_client.cc", |
| 537 "test/fake_output_surface_client.h", | 535 "test/fake_output_surface_client.h", |
| 538 "test/fake_painted_scrollbar_layer.cc", | 536 "test/fake_painted_scrollbar_layer.cc", |
| 539 "test/fake_painted_scrollbar_layer.h", | 537 "test/fake_painted_scrollbar_layer.h", |
| 540 "test/fake_picture_layer.cc", | 538 "test/fake_picture_layer.cc", |
| 541 "test/fake_picture_layer.h", | 539 "test/fake_picture_layer.h", |
| 542 "test/fake_picture_layer_impl.cc", | 540 "test/fake_picture_layer_impl.cc", |
| 543 "test/fake_picture_layer_impl.h", | 541 "test/fake_picture_layer_impl.h", |
| 544 "test/fake_picture_layer_tiling_client.cc", | 542 "test/fake_picture_layer_tiling_client.cc", |
| 545 "test/fake_picture_layer_tiling_client.h", | 543 "test/fake_picture_layer_tiling_client.h", |
| 544 "test/fake_picture_pile.h", |
| 546 "test/fake_picture_pile_impl.cc", | 545 "test/fake_picture_pile_impl.cc", |
| 547 "test/fake_picture_pile_impl.h", | 546 "test/fake_picture_pile_impl.h", |
| 548 "test/fake_proxy.cc", | 547 "test/fake_proxy.cc", |
| 549 "test/fake_proxy.h", | 548 "test/fake_proxy.h", |
| 550 "test/fake_renderer_client.cc", | 549 "test/fake_renderer_client.cc", |
| 551 "test/fake_renderer_client.h", | 550 "test/fake_renderer_client.h", |
| 552 "test/fake_rendering_stats_instrumentation.h", | 551 "test/fake_rendering_stats_instrumentation.h", |
| 553 "test/fake_scoped_ui_resource.cc", | 552 "test/fake_scoped_ui_resource.cc", |
| 554 "test/fake_scoped_ui_resource.h", | 553 "test/fake_scoped_ui_resource.h", |
| 555 "test/fake_scrollbar.cc", | 554 "test/fake_scrollbar.cc", |
| (...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 834 "//gpu/command_buffer/common:gles2_utils", | 833 "//gpu/command_buffer/common:gles2_utils", |
| 835 "//media", | 834 "//media", |
| 836 "//skia", | 835 "//skia", |
| 837 "//testing/gmock", | 836 "//testing/gmock", |
| 838 "//testing/gtest", | 837 "//testing/gtest", |
| 839 "//testing/perf", | 838 "//testing/perf", |
| 840 "//ui/gfx", | 839 "//ui/gfx", |
| 841 "//ui/gfx/geometry", | 840 "//ui/gfx/geometry", |
| 842 ] | 841 ] |
| 843 } | 842 } |
| OLD | NEW |