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

Unified Diff: components/display_compositor/BUILD.gn

Issue 2703503002: WIP: move OffscreenCanvas into new display compositor
Patch Set: Refine connection lost Created 3 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
Index: components/display_compositor/BUILD.gn
diff --git a/components/display_compositor/BUILD.gn b/components/display_compositor/BUILD.gn
index 9f33fc39f126d1229068bd09e881a26260d08885..98c95089a791ea45ec823280f3e0dad54e523f08 100644
--- a/components/display_compositor/BUILD.gn
+++ b/components/display_compositor/BUILD.gn
@@ -19,11 +19,15 @@ component("display_compositor") {
"gl_helper_scaling.h",
"gpu_compositor_frame_sink.cc",
"gpu_compositor_frame_sink.h",
+ "gpu_compositor_frame_sink_base.cc",
+ "gpu_compositor_frame_sink_base.h",
"gpu_compositor_frame_sink_delegate.h",
"gpu_display_compositor_frame_sink.cc",
"gpu_display_compositor_frame_sink.h",
"gpu_offscreen_compositor_frame_sink.cc",
"gpu_offscreen_compositor_frame_sink.h",
+ "offscreen_canvas_compositor_frame_sink.cc",
+ "offscreen_canvas_compositor_frame_sink.h",
]
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]

Powered by Google App Engine
This is Rietveld 408576698