| 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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 'resources/texture_mailbox_deleter.cc', | 446 'resources/texture_mailbox_deleter.cc', |
| 447 'resources/texture_mailbox_deleter.h', | 447 'resources/texture_mailbox_deleter.h', |
| 448 'resources/texture_uploader.cc', | 448 'resources/texture_uploader.cc', |
| 449 'resources/texture_uploader.h', | 449 'resources/texture_uploader.h', |
| 450 'resources/tile.cc', | 450 'resources/tile.cc', |
| 451 'resources/tile.h', | 451 'resources/tile.h', |
| 452 'resources/tile_manager.cc', | 452 'resources/tile_manager.cc', |
| 453 'resources/tile_manager.h', | 453 'resources/tile_manager.h', |
| 454 'resources/tile_priority.cc', | 454 'resources/tile_priority.cc', |
| 455 'resources/tile_priority.h', | 455 'resources/tile_priority.h', |
| 456 'resources/tiling_set_eviction_queue.cc', |
| 457 'resources/tiling_set_eviction_queue.h', |
| 456 'resources/transferable_resource.cc', | 458 'resources/transferable_resource.cc', |
| 457 'resources/transferable_resource.h', | 459 'resources/transferable_resource.h', |
| 458 'resources/ui_resource_bitmap.cc', | 460 'resources/ui_resource_bitmap.cc', |
| 459 'resources/ui_resource_bitmap.h', | 461 'resources/ui_resource_bitmap.h', |
| 460 'resources/ui_resource_client.h', | 462 'resources/ui_resource_client.h', |
| 461 'resources/ui_resource_request.cc', | 463 'resources/ui_resource_request.cc', |
| 462 'resources/ui_resource_request.h', | 464 'resources/ui_resource_request.h', |
| 463 'resources/video_resource_updater.cc', | 465 'resources/video_resource_updater.cc', |
| 464 'resources/video_resource_updater.h', | 466 'resources/video_resource_updater.h', |
| 465 'resources/zero_copy_raster_worker_pool.cc', | 467 'resources/zero_copy_raster_worker_pool.cc', |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 550 'surfaces/surface_resource_holder.cc', | 552 'surfaces/surface_resource_holder.cc', |
| 551 'surfaces/surface_resource_holder.h', | 553 'surfaces/surface_resource_holder.h', |
| 552 'surfaces/surfaces_export.h', | 554 'surfaces/surfaces_export.h', |
| 553 ], | 555 ], |
| 554 'includes': [ | 556 'includes': [ |
| 555 '../build/android/increase_size_for_speed.gypi', | 557 '../build/android/increase_size_for_speed.gypi', |
| 556 ], | 558 ], |
| 557 }, | 559 }, |
| 558 ], | 560 ], |
| 559 } | 561 } |
| OLD | NEW |