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