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 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
523 'tiles/software_image_decode_controller.cc', | 523 'tiles/software_image_decode_controller.cc', |
524 'tiles/software_image_decode_controller.h', | 524 'tiles/software_image_decode_controller.h', |
525 'tiles/tile.cc', | 525 'tiles/tile.cc', |
526 'tiles/tile_draw_info.cc', | 526 'tiles/tile_draw_info.cc', |
527 'tiles/tile_draw_info.h', | 527 'tiles/tile_draw_info.h', |
528 'tiles/tile.h', | 528 'tiles/tile.h', |
529 'tiles/tile_manager.cc', | 529 'tiles/tile_manager.cc', |
530 'tiles/tile_manager.h', | 530 'tiles/tile_manager.h', |
531 'tiles/tile_priority.cc', | 531 'tiles/tile_priority.cc', |
532 'tiles/tile_priority.h', | 532 'tiles/tile_priority.h', |
| 533 'tiles/tile_task_manager.cc', |
| 534 'tiles/tile_task_manager.h', |
533 'tiles/tiling_set_eviction_queue.cc', | 535 'tiles/tiling_set_eviction_queue.cc', |
534 'tiles/tiling_set_eviction_queue.h', | 536 'tiles/tiling_set_eviction_queue.h', |
535 'tiles/tiling_set_raster_queue_all.cc', | 537 'tiles/tiling_set_raster_queue_all.cc', |
536 'tiles/tiling_set_raster_queue_all.h', | 538 'tiles/tiling_set_raster_queue_all.h', |
537 'tiles/tiling_set_raster_queue_required.cc', | 539 'tiles/tiling_set_raster_queue_required.cc', |
538 'tiles/tiling_set_raster_queue_required.h', | 540 'tiles/tiling_set_raster_queue_required.h', |
539 'trees/blocking_task_runner.cc', | 541 'trees/blocking_task_runner.cc', |
540 'trees/blocking_task_runner.h', | 542 'trees/blocking_task_runner.h', |
541 'trees/channel_impl.h', | 543 'trees/channel_impl.h', |
542 'trees/channel_main.h', | 544 'trees/channel_main.h', |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
701 'surfaces/surface_resource_holder.cc', | 703 'surfaces/surface_resource_holder.cc', |
702 'surfaces/surface_resource_holder.h', | 704 'surfaces/surface_resource_holder.h', |
703 'surfaces/surfaces_export.h', | 705 'surfaces/surfaces_export.h', |
704 ], | 706 ], |
705 'includes': [ | 707 'includes': [ |
706 '../build/android/increase_size_for_speed.gypi', | 708 '../build/android/increase_size_for_speed.gypi', |
707 ], | 709 ], |
708 }, | 710 }, |
709 ], | 711 ], |
710 } | 712 } |
OLD | NEW |