| 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 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 442 'resources/memory_history.h', | 442 'resources/memory_history.h', |
| 443 'resources/platform_color.h', | 443 'resources/platform_color.h', |
| 444 'resources/release_callback.h', | 444 'resources/release_callback.h', |
| 445 'resources/resource.h', | 445 'resources/resource.h', |
| 446 'resources/resource_format.cc', | 446 'resources/resource_format.cc', |
| 447 'resources/resource_format.h', | 447 'resources/resource_format.h', |
| 448 'resources/resource_pool.cc', | 448 'resources/resource_pool.cc', |
| 449 'resources/resource_pool.h', | 449 'resources/resource_pool.h', |
| 450 'resources/resource_provider.cc', | 450 'resources/resource_provider.cc', |
| 451 'resources/resource_provider.h', | 451 'resources/resource_provider.h', |
| 452 'resources/resource_util.h', |
| 452 'resources/returned_resource.h', | 453 'resources/returned_resource.h', |
| 453 'resources/scoped_resource.cc', | 454 'resources/scoped_resource.cc', |
| 454 'resources/scoped_resource.h', | 455 'resources/scoped_resource.h', |
| 455 'resources/scoped_ui_resource.cc', | 456 'resources/scoped_ui_resource.cc', |
| 456 'resources/scoped_ui_resource.h', | 457 'resources/scoped_ui_resource.h', |
| 457 'resources/shared_bitmap.cc', | 458 'resources/shared_bitmap.cc', |
| 458 'resources/shared_bitmap.h', | 459 'resources/shared_bitmap.h', |
| 459 'resources/shared_bitmap_manager.h', | 460 'resources/shared_bitmap_manager.h', |
| 460 'resources/single_release_callback.cc', | 461 'resources/single_release_callback.cc', |
| 461 'resources/single_release_callback.h', | 462 'resources/single_release_callback.h', |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 613 'surfaces/surface_resource_holder.cc', | 614 'surfaces/surface_resource_holder.cc', |
| 614 'surfaces/surface_resource_holder.h', | 615 'surfaces/surface_resource_holder.h', |
| 615 'surfaces/surfaces_export.h', | 616 'surfaces/surfaces_export.h', |
| 616 ], | 617 ], |
| 617 'includes': [ | 618 'includes': [ |
| 618 '../build/android/increase_size_for_speed.gypi', | 619 '../build/android/increase_size_for_speed.gypi', |
| 619 ], | 620 ], |
| 620 }, | 621 }, |
| 621 ], | 622 ], |
| 622 } | 623 } |
| OLD | NEW |