| 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 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 453 'resources/scoped_ui_resource.h', | 453 'resources/scoped_ui_resource.h', |
| 454 'resources/shared_bitmap.cc', | 454 'resources/shared_bitmap.cc', |
| 455 'resources/shared_bitmap.h', | 455 'resources/shared_bitmap.h', |
| 456 'resources/shared_bitmap_manager.h', | 456 'resources/shared_bitmap_manager.h', |
| 457 'resources/single_release_callback.cc', | 457 'resources/single_release_callback.cc', |
| 458 'resources/single_release_callback.h', | 458 'resources/single_release_callback.h', |
| 459 'resources/single_release_callback_impl.cc', | 459 'resources/single_release_callback_impl.cc', |
| 460 'resources/single_release_callback_impl.h', | 460 'resources/single_release_callback_impl.h', |
| 461 'resources/texture_mailbox.cc', | 461 'resources/texture_mailbox.cc', |
| 462 'resources/texture_mailbox.h', | 462 'resources/texture_mailbox.h', |
| 463 'resources/texture_uploader.cc', | |
| 464 'resources/texture_uploader.h', | |
| 465 'resources/transferable_resource.cc', | 463 'resources/transferable_resource.cc', |
| 466 'resources/transferable_resource.h', | 464 'resources/transferable_resource.h', |
| 467 'resources/ui_resource_bitmap.cc', | 465 'resources/ui_resource_bitmap.cc', |
| 468 'resources/ui_resource_bitmap.h', | 466 'resources/ui_resource_bitmap.h', |
| 469 'resources/ui_resource_client.h', | 467 'resources/ui_resource_client.h', |
| 470 'resources/ui_resource_request.cc', | 468 'resources/ui_resource_request.cc', |
| 471 'resources/ui_resource_request.h', | 469 'resources/ui_resource_request.h', |
| 472 'resources/video_resource_updater.cc', | 470 'resources/video_resource_updater.cc', |
| 473 'resources/video_resource_updater.h', | 471 'resources/video_resource_updater.h', |
| 474 'scheduler/begin_frame_source.cc', | 472 'scheduler/begin_frame_source.cc', |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 613 'surfaces/surface_resource_holder.cc', | 611 'surfaces/surface_resource_holder.cc', |
| 614 'surfaces/surface_resource_holder.h', | 612 'surfaces/surface_resource_holder.h', |
| 615 'surfaces/surfaces_export.h', | 613 'surfaces/surfaces_export.h', |
| 616 ], | 614 ], |
| 617 'includes': [ | 615 'includes': [ |
| 618 '../build/android/increase_size_for_speed.gypi', | 616 '../build/android/increase_size_for_speed.gypi', |
| 619 ], | 617 ], |
| 620 }, | 618 }, |
| 621 ], | 619 ], |
| 622 } | 620 } |
| OLD | NEW |