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

Unified Diff: cc/surfaces/BUILD.gn

Issue 2543373002: Extract non-Mojo bits of GpuCompositorFrameSink to CompositorFrameSinkSupport (Closed)
Patch Set: Rebased Created 4 years 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/surfaces/compositor_frame_sink_support.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/BUILD.gn
diff --git a/cc/surfaces/BUILD.gn b/cc/surfaces/BUILD.gn
index 836576e703d296b0626bf81c796e8e2186de7714..fb3140a9c2906800c46ffd8838a31a5c3a0eaef4 100644
--- a/cc/surfaces/BUILD.gn
+++ b/cc/surfaces/BUILD.gn
@@ -25,6 +25,9 @@ cc_source_set("surface_id") {
cc_component("surfaces") {
output_name = "cc_surfaces"
sources = [
+ "compositor_frame_sink_support.cc",
+ "compositor_frame_sink_support.h",
+ "compositor_frame_sink_support_client.h",
"direct_compositor_frame_sink.cc",
"direct_compositor_frame_sink.h",
"display.cc",
« no previous file with comments | « no previous file | cc/surfaces/compositor_frame_sink_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698