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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
324 'quads/tile_draw_quad.cc', | 324 'quads/tile_draw_quad.cc', |
325 'quads/tile_draw_quad.h', | 325 'quads/tile_draw_quad.h', |
326 'quads/yuv_video_draw_quad.cc', | 326 'quads/yuv_video_draw_quad.cc', |
327 'quads/yuv_video_draw_quad.h', | 327 'quads/yuv_video_draw_quad.h', |
328 'resources/bitmap_content_layer_updater.cc', | 328 'resources/bitmap_content_layer_updater.cc', |
329 'resources/bitmap_content_layer_updater.h', | 329 'resources/bitmap_content_layer_updater.h', |
330 'resources/bitmap_skpicture_content_layer_updater.cc', | 330 'resources/bitmap_skpicture_content_layer_updater.cc', |
331 'resources/bitmap_skpicture_content_layer_updater.h', | 331 'resources/bitmap_skpicture_content_layer_updater.h', |
332 'resources/content_layer_updater.cc', | 332 'resources/content_layer_updater.cc', |
333 'resources/content_layer_updater.h', | 333 'resources/content_layer_updater.h', |
334 'resources/direct_raster_worker_pool.cc', | 334 'resources/gpu_raster_worker_pool.cc', |
335 'resources/direct_raster_worker_pool.h', | 335 'resources/gpu_raster_worker_pool.h', |
336 'resources/image_layer_updater.cc', | 336 'resources/image_layer_updater.cc', |
337 'resources/image_layer_updater.h', | 337 'resources/image_layer_updater.h', |
338 'resources/image_raster_worker_pool.cc', | 338 'resources/image_raster_worker_pool.cc', |
339 'resources/image_raster_worker_pool.h', | 339 'resources/image_raster_worker_pool.h', |
340 'resources/image_copy_raster_worker_pool.cc', | 340 'resources/image_copy_raster_worker_pool.cc', |
341 'resources/image_copy_raster_worker_pool.h', | 341 'resources/image_copy_raster_worker_pool.h', |
342 'resources/layer_painter.h', | 342 'resources/layer_painter.h', |
343 'resources/layer_quad.cc', | 343 'resources/layer_quad.cc', |
344 'resources/layer_quad.h', | 344 'resources/layer_quad.h', |
345 'resources/layer_tiling_data.cc', | 345 'resources/layer_tiling_data.cc', |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
497 'surfaces/surface_aggregator.cc', | 497 'surfaces/surface_aggregator.cc', |
498 'surfaces/surface_aggregator.h', | 498 'surfaces/surface_aggregator.h', |
499 'surfaces/surface_client.h', | 499 'surfaces/surface_client.h', |
500 'surfaces/surface_manager.cc', | 500 'surfaces/surface_manager.cc', |
501 'surfaces/surface_manager.h', | 501 'surfaces/surface_manager.h', |
502 'surfaces/surfaces_export.h', | 502 'surfaces/surfaces_export.h', |
503 ], | 503 ], |
504 }, | 504 }, |
505 ], | 505 ], |
506 } | 506 } |
OLD | NEW |