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

Unified Diff: components/mus/surfaces/BUILD.gn

Issue 2021473002: Move display_compositor impls to components/mus/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing file Created 4 years, 7 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/mus/surfaces/BUILD.gn
diff --git a/components/mus/surfaces/BUILD.gn b/components/mus/surfaces/BUILD.gn
index 60a1cef98202ffe31b2f82240c96c2b8973c1ccf..7437781241f9445adee25f2b4561ee424444327c 100644
--- a/components/mus/surfaces/BUILD.gn
+++ b/components/mus/surfaces/BUILD.gn
@@ -6,19 +6,10 @@ import("//build/config/ui.gni")
source_set("surfaces") {
sources = [
- "compositor_frame_sink_delegate.h",
- "compositor_frame_sink_factory_impl.cc",
- "compositor_frame_sink_factory_impl.h",
- "compositor_frame_sink_impl.cc",
- "compositor_frame_sink_impl.h",
"direct_output_surface.cc",
"direct_output_surface.h",
"display_compositor.cc",
"display_compositor.h",
- "display_compositor_impl.cc",
- "display_compositor_impl.h",
- "display_impl.cc",
- "display_impl.h",
"surfaces_context_provider.cc",
"surfaces_context_provider.h",
"surfaces_context_provider_delegate.h",
@@ -37,7 +28,6 @@ source_set("surfaces") {
"//components/mus/gles2",
"//components/mus/public/cpp/surfaces",
"//components/mus/public/interfaces",
- "//components/mus/public/interfaces/gpu:interfaces",
"//gpu/command_buffer/client",
"//gpu/command_buffer/client:gles2_cmd_helper",
"//gpu/command_buffer/client:gles2_implementation",
« no previous file with comments | « components/mus/gpu/display_compositor/display_impl.cc ('k') | components/mus/surfaces/compositor_frame_sink_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698