| 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 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 471 'resources/single_release_callback.cc', | 471 'resources/single_release_callback.cc', |
| 472 'resources/single_release_callback.h', | 472 'resources/single_release_callback.h', |
| 473 'resources/single_release_callback_impl.cc', | 473 'resources/single_release_callback_impl.cc', |
| 474 'resources/single_release_callback_impl.h', | 474 'resources/single_release_callback_impl.h', |
| 475 'resources/skpicture_content_layer_updater.cc', | 475 'resources/skpicture_content_layer_updater.cc', |
| 476 'resources/skpicture_content_layer_updater.h', | 476 'resources/skpicture_content_layer_updater.h', |
| 477 'resources/software_rasterizer.cc', | 477 'resources/software_rasterizer.cc', |
| 478 'resources/software_rasterizer.h', | 478 'resources/software_rasterizer.h', |
| 479 'resources/task_graph_runner.cc', | 479 'resources/task_graph_runner.cc', |
| 480 'resources/task_graph_runner.h', | 480 'resources/task_graph_runner.h', |
| 481 'resources/texture_compress/texture_compressor.cc', |
| 482 'resources/texture_compress/texture_compressor.h', |
| 483 'resources/texture_compress/texture_compressor_etc1.cc', |
| 484 'resources/texture_compress/texture_compressor_etc1.h', |
| 481 'resources/texture_mailbox.cc', | 485 'resources/texture_mailbox.cc', |
| 482 'resources/texture_mailbox.h', | 486 'resources/texture_mailbox.h', |
| 483 'resources/texture_mailbox_deleter.cc', | 487 'resources/texture_mailbox_deleter.cc', |
| 484 'resources/texture_mailbox_deleter.h', | 488 'resources/texture_mailbox_deleter.h', |
| 485 'resources/texture_uploader.cc', | 489 'resources/texture_uploader.cc', |
| 486 'resources/texture_uploader.h', | 490 'resources/texture_uploader.h', |
| 487 'resources/tile.cc', | 491 'resources/tile.cc', |
| 488 'resources/tile.h', | 492 'resources/tile.h', |
| 489 'resources/tile_draw_info.cc', | 493 'resources/tile_draw_info.cc', |
| 490 'resources/tile_draw_info.h', | 494 'resources/tile_draw_info.h', |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 615 'surfaces/surface_resource_holder.cc', | 619 'surfaces/surface_resource_holder.cc', |
| 616 'surfaces/surface_resource_holder.h', | 620 'surfaces/surface_resource_holder.h', |
| 617 'surfaces/surfaces_export.h', | 621 'surfaces/surfaces_export.h', |
| 618 ], | 622 ], |
| 619 'includes': [ | 623 'includes': [ |
| 620 '../build/android/increase_size_for_speed.gypi', | 624 '../build/android/increase_size_for_speed.gypi', |
| 621 ], | 625 ], |
| 622 }, | 626 }, |
| 623 ], | 627 ], |
| 624 } | 628 } |
| OLD | NEW |