OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
308 'quads/tile_draw_quad.cc', | 308 'quads/tile_draw_quad.cc', |
309 'quads/tile_draw_quad.h', | 309 'quads/tile_draw_quad.h', |
310 'quads/yuv_video_draw_quad.cc', | 310 'quads/yuv_video_draw_quad.cc', |
311 'quads/yuv_video_draw_quad.h', | 311 'quads/yuv_video_draw_quad.h', |
312 'resources/bitmap_content_layer_updater.cc', | 312 'resources/bitmap_content_layer_updater.cc', |
313 'resources/bitmap_content_layer_updater.h', | 313 'resources/bitmap_content_layer_updater.h', |
314 'resources/bitmap_skpicture_content_layer_updater.cc', | 314 'resources/bitmap_skpicture_content_layer_updater.cc', |
315 'resources/bitmap_skpicture_content_layer_updater.h', | 315 'resources/bitmap_skpicture_content_layer_updater.h', |
316 'resources/content_layer_updater.cc', | 316 'resources/content_layer_updater.cc', |
317 'resources/content_layer_updater.h', | 317 'resources/content_layer_updater.h', |
| 318 'resources/direct_raster_worker_pool.cc', |
| 319 'resources/direct_raster_worker_pool.h', |
318 'resources/image_layer_updater.cc', | 320 'resources/image_layer_updater.cc', |
319 'resources/image_layer_updater.h', | 321 'resources/image_layer_updater.h', |
320 'resources/image_raster_worker_pool.cc', | 322 'resources/image_raster_worker_pool.cc', |
321 'resources/image_raster_worker_pool.h', | 323 'resources/image_raster_worker_pool.h', |
322 'resources/layer_painter.h', | 324 'resources/layer_painter.h', |
323 'resources/layer_quad.cc', | 325 'resources/layer_quad.cc', |
324 'resources/layer_quad.h', | 326 'resources/layer_quad.h', |
325 'resources/layer_tiling_data.cc', | 327 'resources/layer_tiling_data.cc', |
326 'resources/layer_tiling_data.h', | 328 'resources/layer_tiling_data.h', |
327 'resources/layer_updater.cc', | 329 'resources/layer_updater.cc', |
(...skipping 22 matching lines...) Expand all Loading... |
350 'resources/prioritized_resource_manager.cc', | 352 'resources/prioritized_resource_manager.cc', |
351 'resources/prioritized_resource_manager.h', | 353 'resources/prioritized_resource_manager.h', |
352 'resources/prioritized_tile_set.cc', | 354 'resources/prioritized_tile_set.cc', |
353 'resources/prioritized_tile_set.h', | 355 'resources/prioritized_tile_set.h', |
354 'resources/priority_calculator.cc', | 356 'resources/priority_calculator.cc', |
355 'resources/priority_calculator.h', | 357 'resources/priority_calculator.h', |
356 'resources/raster_mode.cc', | 358 'resources/raster_mode.cc', |
357 'resources/raster_mode.h', | 359 'resources/raster_mode.h', |
358 'resources/raster_worker_pool.cc', | 360 'resources/raster_worker_pool.cc', |
359 'resources/raster_worker_pool.h', | 361 'resources/raster_worker_pool.h', |
| 362 'resources/raster_worker_pool_delegate.cc', |
| 363 'resources/raster_worker_pool_delegate.h', |
360 'resources/release_callback.h', | 364 'resources/release_callback.h', |
361 'resources/resource.cc', | 365 'resources/resource.cc', |
362 'resources/resource.h', | 366 'resources/resource.h', |
363 'resources/resource_format.h', | 367 'resources/resource_format.h', |
364 'resources/resource_format.cc', | 368 'resources/resource_format.cc', |
365 'resources/resource_pool.cc', | 369 'resources/resource_pool.cc', |
366 'resources/resource_pool.h', | 370 'resources/resource_pool.h', |
367 'resources/resource_provider.cc', | 371 'resources/resource_provider.cc', |
368 'resources/resource_provider.h', | 372 'resources/resource_provider.h', |
369 'resources/resource_update.cc', | 373 'resources/resource_update.cc', |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
471 'surfaces/surface.h', | 475 'surfaces/surface.h', |
472 'surfaces/surface_aggregator.cc', | 476 'surfaces/surface_aggregator.cc', |
473 'surfaces/surface_aggregator.h', | 477 'surfaces/surface_aggregator.h', |
474 'surfaces/surface_manager.cc', | 478 'surfaces/surface_manager.cc', |
475 'surfaces/surface_manager.h', | 479 'surfaces/surface_manager.h', |
476 'surfaces/surfaces_export.h', | 480 'surfaces/surfaces_export.h', |
477 ], | 481 ], |
478 }, | 482 }, |
479 ], | 483 ], |
480 } | 484 } |
OLD | NEW |