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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
323 'quads/texture_draw_quad.cc', | 323 'quads/texture_draw_quad.cc', |
324 'quads/texture_draw_quad.h', | 324 'quads/texture_draw_quad.h', |
325 'quads/tile_draw_quad.cc', | 325 'quads/tile_draw_quad.cc', |
326 'quads/tile_draw_quad.h', | 326 'quads/tile_draw_quad.h', |
327 'quads/yuv_video_draw_quad.cc', | 327 'quads/yuv_video_draw_quad.cc', |
328 'quads/yuv_video_draw_quad.h', | 328 'quads/yuv_video_draw_quad.h', |
329 'resources/bitmap_content_layer_updater.cc', | 329 'resources/bitmap_content_layer_updater.cc', |
330 'resources/bitmap_content_layer_updater.h', | 330 'resources/bitmap_content_layer_updater.h', |
331 'resources/bitmap_skpicture_content_layer_updater.cc', | 331 'resources/bitmap_skpicture_content_layer_updater.cc', |
332 'resources/bitmap_skpicture_content_layer_updater.h', | 332 'resources/bitmap_skpicture_content_layer_updater.h', |
| 333 'resources/content_layer_painter.cc', |
| 334 'resources/content_layer_painter.h', |
333 'resources/content_layer_updater.cc', | 335 'resources/content_layer_updater.cc', |
334 'resources/content_layer_updater.h', | 336 'resources/content_layer_updater.h', |
335 'resources/direct_raster_worker_pool.cc', | 337 'resources/direct_raster_worker_pool.cc', |
336 'resources/direct_raster_worker_pool.h', | 338 'resources/direct_raster_worker_pool.h', |
337 'resources/image_layer_updater.cc', | 339 'resources/image_layer_updater.cc', |
338 'resources/image_layer_updater.h', | 340 'resources/image_layer_updater.h', |
339 'resources/image_raster_worker_pool.cc', | 341 'resources/image_raster_worker_pool.cc', |
340 'resources/image_raster_worker_pool.h', | 342 'resources/image_raster_worker_pool.h', |
341 'resources/image_copy_raster_worker_pool.cc', | 343 'resources/image_copy_raster_worker_pool.cc', |
342 'resources/image_copy_raster_worker_pool.h', | 344 'resources/image_copy_raster_worker_pool.h', |
343 'resources/layer_painter.h', | |
344 'resources/layer_quad.cc', | 345 'resources/layer_quad.cc', |
345 'resources/layer_quad.h', | 346 'resources/layer_quad.h', |
346 'resources/layer_tiling_data.cc', | 347 'resources/layer_tiling_data.cc', |
347 'resources/layer_tiling_data.h', | 348 'resources/layer_tiling_data.h', |
348 'resources/layer_updater.cc', | 349 'resources/layer_updater.cc', |
349 'resources/layer_updater.h', | 350 'resources/layer_updater.h', |
350 'resources/managed_tile_state.cc', | 351 'resources/managed_tile_state.cc', |
351 'resources/managed_tile_state.h', | 352 'resources/managed_tile_state.h', |
352 'resources/memory_history.cc', | 353 'resources/memory_history.cc', |
353 'resources/memory_history.h', | 354 'resources/memory_history.h', |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
498 'surfaces/surface_aggregator.cc', | 499 'surfaces/surface_aggregator.cc', |
499 'surfaces/surface_aggregator.h', | 500 'surfaces/surface_aggregator.h', |
500 'surfaces/surface_client.h', | 501 'surfaces/surface_client.h', |
501 'surfaces/surface_manager.cc', | 502 'surfaces/surface_manager.cc', |
502 'surfaces/surface_manager.h', | 503 'surfaces/surface_manager.h', |
503 'surfaces/surfaces_export.h', | 504 'surfaces/surfaces_export.h', |
504 ], | 505 ], |
505 }, | 506 }, |
506 ], | 507 ], |
507 } | 508 } |
OLD | NEW |