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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
487 'scheduler/draw_result.h', | 487 'scheduler/draw_result.h', |
488 'scheduler/scheduler.cc', | 488 'scheduler/scheduler.cc', |
489 'scheduler/scheduler.h', | 489 'scheduler/scheduler.h', |
490 'scheduler/scheduler_settings.cc', | 490 'scheduler/scheduler_settings.cc', |
491 'scheduler/scheduler_settings.h', | 491 'scheduler/scheduler_settings.h', |
492 'scheduler/scheduler_state_machine.cc', | 492 'scheduler/scheduler_state_machine.cc', |
493 'scheduler/scheduler_state_machine.h', | 493 'scheduler/scheduler_state_machine.h', |
494 'scheduler/video_frame_controller.h', | 494 'scheduler/video_frame_controller.h', |
495 'tiles/eviction_tile_priority_queue.cc', | 495 'tiles/eviction_tile_priority_queue.cc', |
496 'tiles/eviction_tile_priority_queue.h', | 496 'tiles/eviction_tile_priority_queue.h', |
| 497 'tiles/image_decode_controller.cc', |
| 498 'tiles/image_decode_controller.h', |
497 'tiles/picture_layer_tiling.cc', | 499 'tiles/picture_layer_tiling.cc', |
498 'tiles/picture_layer_tiling.h', | 500 'tiles/picture_layer_tiling.h', |
499 'tiles/picture_layer_tiling_set.cc', | 501 'tiles/picture_layer_tiling_set.cc', |
500 'tiles/picture_layer_tiling_set.h', | 502 'tiles/picture_layer_tiling_set.h', |
501 'tiles/prioritized_tile.cc', | 503 'tiles/prioritized_tile.cc', |
502 'tiles/prioritized_tile.h', | 504 'tiles/prioritized_tile.h', |
503 'tiles/raster_tile_priority_queue.cc', | 505 'tiles/raster_tile_priority_queue.cc', |
504 'tiles/raster_tile_priority_queue.h', | 506 'tiles/raster_tile_priority_queue.h', |
505 'tiles/raster_tile_priority_queue_all.cc', | 507 'tiles/raster_tile_priority_queue_all.cc', |
506 'tiles/raster_tile_priority_queue_all.h', | 508 'tiles/raster_tile_priority_queue_all.h', |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
616 'surfaces/surface_resource_holder.cc', | 618 'surfaces/surface_resource_holder.cc', |
617 'surfaces/surface_resource_holder.h', | 619 'surfaces/surface_resource_holder.h', |
618 'surfaces/surfaces_export.h', | 620 'surfaces/surfaces_export.h', |
619 ], | 621 ], |
620 'includes': [ | 622 'includes': [ |
621 '../build/android/increase_size_for_speed.gypi', | 623 '../build/android/increase_size_for_speed.gypi', |
622 ], | 624 ], |
623 }, | 625 }, |
624 ], | 626 ], |
625 } | 627 } |
OLD | NEW |