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

Unified Diff: cc/BUILD.gn

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: Created 5 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/tiles/image_decode_controller.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index c4cdb2d1dc8e2e0a0a70a34ccae6ae2bef261803..5a37bcaa4cbbed4a8fdfe410d3c3a22965a9ab29 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -434,6 +434,8 @@ component("cc") {
"scheduler/video_frame_controller.h",
"tiles/eviction_tile_priority_queue.cc",
"tiles/eviction_tile_priority_queue.h",
+ "tiles/image_decode_controller.cc",
+ "tiles/image_decode_controller.h",
"tiles/picture_layer_tiling.cc",
"tiles/picture_layer_tiling.h",
"tiles/picture_layer_tiling_set.cc",
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/tiles/image_decode_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698