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

Unified Diff: cc/BUILD.gn

Issue 1758113004: cc: ImageDecodes: Move ImageHijackCanvas to a separate file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disallow_copy_and_assign Created 4 years, 10 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') | no next file with comments »
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 a5a71269c15c8093db3a5874dc7ce7d101d94321..2e1962ac49ae60a7fa41a0707092c6ff48a458a9 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -307,6 +307,8 @@ component("cc") {
"playback/filter_display_item.h",
"playback/float_clip_display_item.cc",
"playback/float_clip_display_item.h",
+ "playback/image_hijack_canvas.cc",
+ "playback/image_hijack_canvas.h",
"playback/largest_display_item.cc",
"playback/largest_display_item.h",
"playback/transform_display_item.cc",
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698