Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Side by Side Diff: cc/cc.gyp

Issue 1246633004: cc: Move image decodes from tile manager to a separate file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « cc/BUILD.gn ('k') | cc/tiles/image_decode_controller.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/tiles/image_decode_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698