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

Unified Diff: cc/surfaces/BUILD.gn

Issue 2337913003: Fork cc::OutputSurface into cc::CompositorFrameSink. (Closed)
Patch Set: cfsfork: rebase 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 side-by-side diff with in-line comments
Download patch
Index: cc/surfaces/BUILD.gn
diff --git a/cc/surfaces/BUILD.gn b/cc/surfaces/BUILD.gn
index ea419ae6f402dd54195d27f88ac22c75fd4d3a39..f91b16f8b9315963e50c05272c2f9a69282a3d29 100644
--- a/cc/surfaces/BUILD.gn
+++ b/cc/surfaces/BUILD.gn
@@ -16,6 +16,8 @@ source_set("surface_id") {
component("surfaces") {
output_name = "cc_surfaces"
sources = [
+ "direct_compositor_frame_sink.cc",
+ "direct_compositor_frame_sink.h",
"display.cc",
"display.h",
"display_client.h",
@@ -25,8 +27,6 @@ component("surfaces") {
"surface.h",
"surface_aggregator.cc",
"surface_aggregator.h",
- "surface_display_output_surface.cc",
- "surface_display_output_surface.h",
"surface_factory.cc",
"surface_factory.h",
"surface_factory_client.h",

Powered by Google App Engine
This is Rietveld 408576698