| 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 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 475 'resources/tile.cc', | 475 'resources/tile.cc', |
| 476 'resources/tile.h', | 476 'resources/tile.h', |
| 477 'resources/tile_draw_info.cc', | 477 'resources/tile_draw_info.cc', |
| 478 'resources/tile_draw_info.h', | 478 'resources/tile_draw_info.h', |
| 479 'resources/tile_manager.cc', | 479 'resources/tile_manager.cc', |
| 480 'resources/tile_manager.h', | 480 'resources/tile_manager.h', |
| 481 'resources/tile_priority.cc', | 481 'resources/tile_priority.cc', |
| 482 'resources/tile_priority.h', | 482 'resources/tile_priority.h', |
| 483 'resources/tiling_set_eviction_queue.cc', | 483 'resources/tiling_set_eviction_queue.cc', |
| 484 'resources/tiling_set_eviction_queue.h', | 484 'resources/tiling_set_eviction_queue.h', |
| 485 'resources/tiling_set_raster_queue.cc', | 485 'resources/tiling_set_raster_queue_all.cc', |
| 486 'resources/tiling_set_raster_queue_all.h', |
| 487 'resources/tiling_set_raster_queue_required.cc', |
| 488 'resources/tiling_set_raster_queue_required.h', |
| 486 'resources/tiling_set_raster_queue.h', | 489 'resources/tiling_set_raster_queue.h', |
| 487 'resources/transferable_resource.cc', | 490 'resources/transferable_resource.cc', |
| 488 'resources/transferable_resource.h', | 491 'resources/transferable_resource.h', |
| 489 'resources/transform_display_item.cc', | 492 'resources/transform_display_item.cc', |
| 490 'resources/transform_display_item.h', | 493 'resources/transform_display_item.h', |
| 491 'resources/transparency_display_item.cc', | 494 'resources/transparency_display_item.cc', |
| 492 'resources/transparency_display_item.h', | 495 'resources/transparency_display_item.h', |
| 493 'resources/ui_resource_bitmap.cc', | 496 'resources/ui_resource_bitmap.cc', |
| 494 'resources/ui_resource_bitmap.h', | 497 'resources/ui_resource_bitmap.h', |
| 495 'resources/ui_resource_client.h', | 498 'resources/ui_resource_client.h', |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 592 'surfaces/surface_resource_holder.cc', | 595 'surfaces/surface_resource_holder.cc', |
| 593 'surfaces/surface_resource_holder.h', | 596 'surfaces/surface_resource_holder.h', |
| 594 'surfaces/surfaces_export.h', | 597 'surfaces/surfaces_export.h', |
| 595 ], | 598 ], |
| 596 'includes': [ | 599 'includes': [ |
| 597 '../build/android/increase_size_for_speed.gypi', | 600 '../build/android/increase_size_for_speed.gypi', |
| 598 ], | 601 ], |
| 599 }, | 602 }, |
| 600 ], | 603 ], |
| 601 } | 604 } |
| OLD | NEW |