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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
339 'quads/surface_draw_quad.cc', | 339 'quads/surface_draw_quad.cc', |
340 'quads/surface_draw_quad.h', | 340 'quads/surface_draw_quad.h', |
341 'quads/texture_draw_quad.cc', | 341 'quads/texture_draw_quad.cc', |
342 'quads/texture_draw_quad.h', | 342 'quads/texture_draw_quad.h', |
343 'quads/tile_draw_quad.cc', | 343 'quads/tile_draw_quad.cc', |
344 'quads/tile_draw_quad.h', | 344 'quads/tile_draw_quad.h', |
345 'quads/yuv_video_draw_quad.cc', | 345 'quads/yuv_video_draw_quad.cc', |
346 'quads/yuv_video_draw_quad.h', | 346 'quads/yuv_video_draw_quad.h', |
347 'resources/bitmap_content_layer_updater.cc', | 347 'resources/bitmap_content_layer_updater.cc', |
348 'resources/bitmap_content_layer_updater.h', | 348 'resources/bitmap_content_layer_updater.h', |
| 349 'resources/bitmap_raster_worker_pool.cc', |
| 350 'resources/bitmap_raster_worker_pool.h', |
349 'resources/bitmap_skpicture_content_layer_updater.cc', | 351 'resources/bitmap_skpicture_content_layer_updater.cc', |
350 'resources/bitmap_skpicture_content_layer_updater.h', | 352 'resources/bitmap_skpicture_content_layer_updater.h', |
351 'resources/content_layer_updater.cc', | 353 'resources/content_layer_updater.cc', |
352 'resources/content_layer_updater.h', | 354 'resources/content_layer_updater.h', |
353 'resources/eviction_tile_priority_queue.cc', | 355 'resources/eviction_tile_priority_queue.cc', |
354 'resources/eviction_tile_priority_queue.h', | 356 'resources/eviction_tile_priority_queue.h', |
355 'resources/gpu_raster_worker_pool.cc', | 357 'resources/gpu_raster_worker_pool.cc', |
356 'resources/gpu_raster_worker_pool.h', | 358 'resources/gpu_raster_worker_pool.h', |
357 'resources/image_layer_updater.cc', | 359 'resources/image_layer_updater.cc', |
358 'resources/image_layer_updater.h', | 360 'resources/image_layer_updater.h', |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
542 'surfaces/surface_resource_holder.cc', | 544 'surfaces/surface_resource_holder.cc', |
543 'surfaces/surface_resource_holder.h', | 545 'surfaces/surface_resource_holder.h', |
544 'surfaces/surfaces_export.h', | 546 'surfaces/surfaces_export.h', |
545 ], | 547 ], |
546 'includes': [ | 548 'includes': [ |
547 '../build/android/increase_size_for_speed.gypi', | 549 '../build/android/increase_size_for_speed.gypi', |
548 ], | 550 ], |
549 }, | 551 }, |
550 ], | 552 ], |
551 } | 553 } |
OLD | NEW |