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

Unified Diff: components/display_compositor/BUILD.gn

Issue 2651213004: Revert of Decouple GpuCompositorFrameSink from DisplayCompositor (Closed)
Patch Set: 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
« no previous file with comments | « cc/surfaces/surface_reference_manager.h ('k') | components/display_compositor/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/display_compositor/BUILD.gn
diff --git a/components/display_compositor/BUILD.gn b/components/display_compositor/BUILD.gn
index a77b83e695f8f0593de917ab76ab240376c2e4c0..bc7ae543f14ce326d931b16e72c6ad00e257dddb 100644
--- a/components/display_compositor/BUILD.gn
+++ b/components/display_compositor/BUILD.gn
@@ -17,13 +17,6 @@
"gl_helper_readback_support.h",
"gl_helper_scaling.cc",
"gl_helper_scaling.h",
- "gpu_compositor_frame_sink.cc",
- "gpu_compositor_frame_sink.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",
]
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
@@ -33,8 +26,6 @@
deps = [
"//base",
"//cc",
- "//cc/ipc:internal_interfaces",
- "//cc/surfaces",
"//gpu/command_buffer/client",
"//gpu/command_buffer/client:gles2_interface",
"//gpu/command_buffer/common",
« no previous file with comments | « cc/surfaces/surface_reference_manager.h ('k') | components/display_compositor/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698