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

Side by Side Diff: cc/BUILD.gn

Issue 2339703005: cc: Add ImageManager to keep all the image locking in the same place. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | cc/tiles/image_manager.h » ('j') | cc/tiles/image_manager.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("cc") { 8 component("cc") {
9 sources = [ 9 sources = [
10 "animation/animation.cc", 10 "animation/animation.cc",
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 "scheduler/scheduler_settings.cc", 443 "scheduler/scheduler_settings.cc",
444 "scheduler/scheduler_settings.h", 444 "scheduler/scheduler_settings.h",
445 "scheduler/scheduler_state_machine.cc", 445 "scheduler/scheduler_state_machine.cc",
446 "scheduler/scheduler_state_machine.h", 446 "scheduler/scheduler_state_machine.h",
447 "scheduler/video_frame_controller.h", 447 "scheduler/video_frame_controller.h",
448 "tiles/eviction_tile_priority_queue.cc", 448 "tiles/eviction_tile_priority_queue.cc",
449 "tiles/eviction_tile_priority_queue.h", 449 "tiles/eviction_tile_priority_queue.h",
450 "tiles/gpu_image_decode_controller.cc", 450 "tiles/gpu_image_decode_controller.cc",
451 "tiles/gpu_image_decode_controller.h", 451 "tiles/gpu_image_decode_controller.h",
452 "tiles/image_decode_controller.h", 452 "tiles/image_decode_controller.h",
453 "tiles/image_manager.cc",
454 "tiles/image_manager.h",
453 "tiles/mipmap_util.cc", 455 "tiles/mipmap_util.cc",
454 "tiles/mipmap_util.h", 456 "tiles/mipmap_util.h",
455 "tiles/picture_layer_tiling.cc", 457 "tiles/picture_layer_tiling.cc",
456 "tiles/picture_layer_tiling.h", 458 "tiles/picture_layer_tiling.h",
457 "tiles/picture_layer_tiling_set.cc", 459 "tiles/picture_layer_tiling_set.cc",
458 "tiles/picture_layer_tiling_set.h", 460 "tiles/picture_layer_tiling_set.h",
459 "tiles/prioritized_tile.cc", 461 "tiles/prioritized_tile.cc",
460 "tiles/prioritized_tile.h", 462 "tiles/prioritized_tile.h",
461 "tiles/raster_tile_priority_queue.cc", 463 "tiles/raster_tile_priority_queue.cc",
462 "tiles/raster_tile_priority_queue.h", 464 "tiles/raster_tile_priority_queue.h",
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 "//testing/perf", 1042 "//testing/perf",
1041 "//ui/gfx", 1043 "//ui/gfx",
1042 "//ui/gfx/geometry", 1044 "//ui/gfx/geometry",
1043 "//ui/gl", 1045 "//ui/gl",
1044 "//ui/gl:test_support", 1046 "//ui/gl:test_support",
1045 ] 1047 ]
1046 1048
1047 # This target should not require the Chrome executable to run. 1049 # This target should not require the Chrome executable to run.
1048 assert_no_deps = [ "//chrome" ] 1050 assert_no_deps = [ "//chrome" ]
1049 } 1051 }
OLDNEW
« no previous file with comments | « no previous file | cc/tiles/image_manager.h » ('j') | cc/tiles/image_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698