| 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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 465 'resources/texture_uploader.cc', | 465 'resources/texture_uploader.cc', |
| 466 'resources/texture_uploader.h', | 466 'resources/texture_uploader.h', |
| 467 'resources/tile.cc', | 467 'resources/tile.cc', |
| 468 'resources/tile.h', | 468 'resources/tile.h', |
| 469 'resources/tile_manager.cc', | 469 'resources/tile_manager.cc', |
| 470 'resources/tile_manager.h', | 470 'resources/tile_manager.h', |
| 471 'resources/tile_priority.cc', | 471 'resources/tile_priority.cc', |
| 472 'resources/tile_priority.h', | 472 'resources/tile_priority.h', |
| 473 'resources/tiling_set_eviction_queue.cc', | 473 'resources/tiling_set_eviction_queue.cc', |
| 474 'resources/tiling_set_eviction_queue.h', | 474 'resources/tiling_set_eviction_queue.h', |
| 475 'resources/tiling_set_raster_queue.cc', |
| 476 'resources/tiling_set_raster_queue.h', |
| 475 'resources/transferable_resource.cc', | 477 'resources/transferable_resource.cc', |
| 476 'resources/transferable_resource.h', | 478 'resources/transferable_resource.h', |
| 477 'resources/transform_display_item.cc', | 479 'resources/transform_display_item.cc', |
| 478 'resources/transform_display_item.h', | 480 'resources/transform_display_item.h', |
| 479 'resources/transparency_display_item.cc', | 481 'resources/transparency_display_item.cc', |
| 480 'resources/transparency_display_item.h', | 482 'resources/transparency_display_item.h', |
| 481 'resources/ui_resource_bitmap.cc', | 483 'resources/ui_resource_bitmap.cc', |
| 482 'resources/ui_resource_bitmap.h', | 484 'resources/ui_resource_bitmap.h', |
| 483 'resources/ui_resource_client.h', | 485 'resources/ui_resource_client.h', |
| 484 'resources/ui_resource_request.cc', | 486 'resources/ui_resource_request.cc', |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 573 'surfaces/surface_resource_holder.cc', | 575 'surfaces/surface_resource_holder.cc', |
| 574 'surfaces/surface_resource_holder.h', | 576 'surfaces/surface_resource_holder.h', |
| 575 'surfaces/surfaces_export.h', | 577 'surfaces/surfaces_export.h', |
| 576 ], | 578 ], |
| 577 'includes': [ | 579 'includes': [ |
| 578 '../build/android/increase_size_for_speed.gypi', | 580 '../build/android/increase_size_for_speed.gypi', |
| 579 ], | 581 ], |
| 580 }, | 582 }, |
| 581 ], | 583 ], |
| 582 } | 584 } |
| OLD | NEW |