| 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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 'raster/texture_compressor.cc', | 422 'raster/texture_compressor.cc', |
| 423 'raster/texture_compressor.h', | 423 'raster/texture_compressor.h', |
| 424 'raster/texture_compressor_etc1.cc', | 424 'raster/texture_compressor_etc1.cc', |
| 425 'raster/texture_compressor_etc1.h', | 425 'raster/texture_compressor_etc1.h', |
| 426 'raster/tile_task_runner.cc', | 426 'raster/tile_task_runner.cc', |
| 427 'raster/tile_task_runner.h', | 427 'raster/tile_task_runner.h', |
| 428 'raster/tile_task_worker_pool.cc', | 428 'raster/tile_task_worker_pool.cc', |
| 429 'raster/tile_task_worker_pool.h', | 429 'raster/tile_task_worker_pool.h', |
| 430 'raster/zero_copy_tile_task_worker_pool.cc', | 430 'raster/zero_copy_tile_task_worker_pool.cc', |
| 431 'raster/zero_copy_tile_task_worker_pool.h', | 431 'raster/zero_copy_tile_task_worker_pool.h', |
| 432 'resources/bitmap_content_layer_updater.cc', | |
| 433 'resources/bitmap_content_layer_updater.h', | |
| 434 'resources/content_layer_updater.cc', | |
| 435 'resources/content_layer_updater.h', | |
| 436 'resources/layer_painter.h', | |
| 437 'resources/layer_updater.cc', | |
| 438 'resources/layer_updater.h', | |
| 439 'resources/memory_history.cc', | 432 'resources/memory_history.cc', |
| 440 'resources/memory_history.h', | 433 'resources/memory_history.h', |
| 441 'resources/platform_color.h', | 434 'resources/platform_color.h', |
| 442 'resources/prioritized_resource.cc', | 435 'resources/prioritized_resource.cc', |
| 443 'resources/prioritized_resource.h', | 436 'resources/prioritized_resource.h', |
| 444 'resources/prioritized_resource_manager.cc', | 437 'resources/prioritized_resource_manager.cc', |
| 445 'resources/prioritized_resource_manager.h', | 438 'resources/prioritized_resource_manager.h', |
| 446 'resources/priority_calculator.cc', | 439 'resources/priority_calculator.cc', |
| 447 'resources/priority_calculator.h', | 440 'resources/priority_calculator.h', |
| 448 'resources/release_callback.h', | 441 'resources/release_callback.h', |
| 449 'resources/resource.h', | 442 'resources/resource.h', |
| 450 'resources/resource_format.cc', | 443 'resources/resource_format.cc', |
| 451 'resources/resource_format.h', | 444 'resources/resource_format.h', |
| 452 'resources/resource_pool.cc', | 445 'resources/resource_pool.cc', |
| 453 'resources/resource_pool.h', | 446 'resources/resource_pool.h', |
| 454 'resources/resource_provider.cc', | 447 'resources/resource_provider.cc', |
| 455 'resources/resource_provider.h', | 448 'resources/resource_provider.h', |
| 456 'resources/resource_update.cc', | |
| 457 'resources/resource_update.h', | |
| 458 'resources/resource_update_controller.cc', | |
| 459 'resources/resource_update_controller.h', | |
| 460 'resources/resource_update_queue.cc', | |
| 461 'resources/resource_update_queue.h', | |
| 462 'resources/returned_resource.h', | 449 'resources/returned_resource.h', |
| 463 'resources/scoped_resource.cc', | 450 'resources/scoped_resource.cc', |
| 464 'resources/scoped_resource.h', | 451 'resources/scoped_resource.h', |
| 465 'resources/scoped_ui_resource.cc', | 452 'resources/scoped_ui_resource.cc', |
| 466 'resources/scoped_ui_resource.h', | 453 'resources/scoped_ui_resource.h', |
| 467 'resources/shared_bitmap.cc', | 454 'resources/shared_bitmap.cc', |
| 468 'resources/shared_bitmap.h', | 455 'resources/shared_bitmap.h', |
| 469 'resources/shared_bitmap_manager.h', | 456 'resources/shared_bitmap_manager.h', |
| 470 'resources/single_release_callback.cc', | 457 'resources/single_release_callback.cc', |
| 471 'resources/single_release_callback.h', | 458 'resources/single_release_callback.h', |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 626 'surfaces/surface_resource_holder.cc', | 613 'surfaces/surface_resource_holder.cc', |
| 627 'surfaces/surface_resource_holder.h', | 614 'surfaces/surface_resource_holder.h', |
| 628 'surfaces/surfaces_export.h', | 615 'surfaces/surfaces_export.h', |
| 629 ], | 616 ], |
| 630 'includes': [ | 617 'includes': [ |
| 631 '../build/android/increase_size_for_speed.gypi', | 618 '../build/android/increase_size_for_speed.gypi', |
| 632 ], | 619 ], |
| 633 }, | 620 }, |
| 634 ], | 621 ], |
| 635 } | 622 } |
| OLD | NEW |