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

Unified Diff: services/ui/surfaces/BUILD.gn

Issue 2654693003: Decouple GpuCompositorFrameSink from DisplayCompositor (Closed)
Patch Set: Fix deps check Created 3 years, 11 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: services/ui/surfaces/BUILD.gn
diff --git a/services/ui/surfaces/BUILD.gn b/services/ui/surfaces/BUILD.gn
index 97157a2507b86dfdd392761427791980832e2162..81e107e7a1b196313408cc0792ad5dbefe8205fe 100644
--- a/services/ui/surfaces/BUILD.gn
+++ b/services/ui/surfaces/BUILD.gn
@@ -10,20 +10,14 @@ source_set("surfaces") {
"display_compositor.h",
"display_output_surface.cc",
"display_output_surface.h",
- "gpu_compositor_frame_sink.cc",
- "gpu_compositor_frame_sink.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",
]
deps = [
"//base",
"//cc",
"//cc/ipc:internal_interfaces",
- "//cc/surfaces",
- "//components/display_compositor",
+ "//cc/surfaces:surfaces",
+ "//components/display_compositor:display_compositor",
"//gpu/command_buffer/client",
"//gpu/command_buffer/client:gles2_interface",
"//gpu/ipc:command_buffer",

Powered by Google App Engine
This is Rietveld 408576698