| 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 import("//testing/test.gni") | 5 import("//testing/test.gni") |
| 6 | 6 |
| 7 component("cc") { | 7 component("cc") { |
| 8 sources = [ | 8 sources = [ |
| 9 "animation/animation.cc", | 9 "animation/animation.cc", |
| 10 "animation/animation.h", | 10 "animation/animation.h", |
| (...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 "quads/stream_video_draw_quad.cc", | 305 "quads/stream_video_draw_quad.cc", |
| 306 "quads/stream_video_draw_quad.h", | 306 "quads/stream_video_draw_quad.h", |
| 307 "quads/surface_draw_quad.cc", | 307 "quads/surface_draw_quad.cc", |
| 308 "quads/surface_draw_quad.h", | 308 "quads/surface_draw_quad.h", |
| 309 "quads/texture_draw_quad.cc", | 309 "quads/texture_draw_quad.cc", |
| 310 "quads/texture_draw_quad.h", | 310 "quads/texture_draw_quad.h", |
| 311 "quads/tile_draw_quad.cc", | 311 "quads/tile_draw_quad.cc", |
| 312 "quads/tile_draw_quad.h", | 312 "quads/tile_draw_quad.h", |
| 313 "quads/yuv_video_draw_quad.cc", | 313 "quads/yuv_video_draw_quad.cc", |
| 314 "quads/yuv_video_draw_quad.h", | 314 "quads/yuv_video_draw_quad.h", |
| 315 "resources/active_picture_layer_tiling.cc", |
| 316 "resources/active_picture_layer_tiling.h", |
| 315 "resources/bitmap_content_layer_updater.cc", | 317 "resources/bitmap_content_layer_updater.cc", |
| 316 "resources/bitmap_content_layer_updater.h", | 318 "resources/bitmap_content_layer_updater.h", |
| 317 "resources/bitmap_skpicture_content_layer_updater.cc", | 319 "resources/bitmap_skpicture_content_layer_updater.cc", |
| 318 "resources/bitmap_skpicture_content_layer_updater.h", | 320 "resources/bitmap_skpicture_content_layer_updater.h", |
| 319 "resources/bitmap_tile_task_worker_pool.cc", | 321 "resources/bitmap_tile_task_worker_pool.cc", |
| 320 "resources/bitmap_tile_task_worker_pool.h", | 322 "resources/bitmap_tile_task_worker_pool.h", |
| 321 "resources/clip_display_item.cc", | 323 "resources/clip_display_item.cc", |
| 322 "resources/clip_display_item.h", | 324 "resources/clip_display_item.h", |
| 323 "resources/clip_path_display_item.cc", | 325 "resources/clip_path_display_item.cc", |
| 324 "resources/clip_path_display_item.h", | 326 "resources/clip_path_display_item.h", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 352 "resources/layer_quad.cc", | 354 "resources/layer_quad.cc", |
| 353 "resources/layer_quad.h", | 355 "resources/layer_quad.h", |
| 354 "resources/layer_tiling_data.cc", | 356 "resources/layer_tiling_data.cc", |
| 355 "resources/layer_tiling_data.h", | 357 "resources/layer_tiling_data.h", |
| 356 "resources/layer_updater.cc", | 358 "resources/layer_updater.cc", |
| 357 "resources/layer_updater.h", | 359 "resources/layer_updater.h", |
| 358 "resources/memory_history.cc", | 360 "resources/memory_history.cc", |
| 359 "resources/memory_history.h", | 361 "resources/memory_history.h", |
| 360 "resources/one_copy_tile_task_worker_pool.cc", | 362 "resources/one_copy_tile_task_worker_pool.cc", |
| 361 "resources/one_copy_tile_task_worker_pool.h", | 363 "resources/one_copy_tile_task_worker_pool.h", |
| 364 "resources/pending_picture_layer_tiling.cc", |
| 365 "resources/pending_picture_layer_tiling.h", |
| 362 "resources/picture.cc", | 366 "resources/picture.cc", |
| 363 "resources/picture.h", | 367 "resources/picture.h", |
| 364 "resources/picture_layer_tiling.cc", | 368 "resources/picture_layer_tiling.cc", |
| 365 "resources/picture_layer_tiling.h", | 369 "resources/picture_layer_tiling.h", |
| 366 "resources/picture_layer_tiling_set.cc", | 370 "resources/picture_layer_tiling_set.cc", |
| 367 "resources/picture_layer_tiling_set.h", | 371 "resources/picture_layer_tiling_set.h", |
| 368 "resources/picture_pile.cc", | 372 "resources/picture_pile.cc", |
| 369 "resources/picture_pile.h", | 373 "resources/picture_pile.h", |
| 370 "resources/picture_pile_impl.cc", | 374 "resources/picture_pile_impl.cc", |
| 371 "resources/picture_pile_impl.h", | 375 "resources/picture_pile_impl.h", |
| (...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 909 "//testing/gmock", | 913 "//testing/gmock", |
| 910 "//testing/gtest", | 914 "//testing/gtest", |
| 911 "//testing/perf", | 915 "//testing/perf", |
| 912 "//ui/gfx", | 916 "//ui/gfx", |
| 913 "//ui/gfx/geometry", | 917 "//ui/gfx/geometry", |
| 914 "//ui/gl", | 918 "//ui/gl", |
| 915 ] | 919 ] |
| 916 } | 920 } |
| 917 # When adding support for isolates, please have a look at run-time dependencies | 921 # When adding support for isolates, please have a look at run-time dependencies |
| 918 # in the cc_unittests_run target in cc_tests.gyp. | 922 # in the cc_unittests_run target in cc_tests.gyp. |
| OLD | NEW |