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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
348 'resources/bitmap_content_layer_updater.cc', | 348 'resources/bitmap_content_layer_updater.cc', |
349 'resources/bitmap_content_layer_updater.h', | 349 'resources/bitmap_content_layer_updater.h', |
350 'resources/bitmap_raster_worker_pool.cc', | 350 'resources/bitmap_raster_worker_pool.cc', |
351 'resources/bitmap_raster_worker_pool.h', | 351 'resources/bitmap_raster_worker_pool.h', |
352 'resources/bitmap_skpicture_content_layer_updater.cc', | 352 'resources/bitmap_skpicture_content_layer_updater.cc', |
353 'resources/bitmap_skpicture_content_layer_updater.h', | 353 'resources/bitmap_skpicture_content_layer_updater.h', |
354 'resources/content_layer_updater.cc', | 354 'resources/content_layer_updater.cc', |
355 'resources/content_layer_updater.h', | 355 'resources/content_layer_updater.h', |
356 'resources/eviction_tile_priority_queue.cc', | 356 'resources/eviction_tile_priority_queue.cc', |
357 'resources/eviction_tile_priority_queue.h', | 357 'resources/eviction_tile_priority_queue.h', |
| 358 'resources/gpu_memory_buffer_manager.h', |
358 'resources/gpu_raster_worker_pool.cc', | 359 'resources/gpu_raster_worker_pool.cc', |
359 'resources/gpu_raster_worker_pool.h', | 360 'resources/gpu_raster_worker_pool.h', |
360 'resources/image_layer_updater.cc', | 361 'resources/image_layer_updater.cc', |
361 'resources/image_layer_updater.h', | 362 'resources/image_layer_updater.h', |
362 'resources/layer_painter.h', | 363 'resources/layer_painter.h', |
363 'resources/layer_quad.cc', | 364 'resources/layer_quad.cc', |
364 'resources/layer_quad.h', | 365 'resources/layer_quad.h', |
365 'resources/layer_tiling_data.cc', | 366 'resources/layer_tiling_data.cc', |
366 'resources/layer_tiling_data.h', | 367 'resources/layer_tiling_data.h', |
367 'resources/layer_updater.cc', | 368 'resources/layer_updater.cc', |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
543 'surfaces/surface_resource_holder.cc', | 544 'surfaces/surface_resource_holder.cc', |
544 'surfaces/surface_resource_holder.h', | 545 'surfaces/surface_resource_holder.h', |
545 'surfaces/surfaces_export.h', | 546 'surfaces/surfaces_export.h', |
546 ], | 547 ], |
547 'includes': [ | 548 'includes': [ |
548 '../build/android/increase_size_for_speed.gypi', | 549 '../build/android/increase_size_for_speed.gypi', |
549 ], | 550 ], |
550 }, | 551 }, |
551 ], | 552 ], |
552 } | 553 } |
OLD | NEW |