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

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

Issue 2534663002: mus: Move MusGpuMemoryBufferManager into common. (Closed)
Patch Set: . Created 4 years, 1 month 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 d0bdd99d924dac9f7e604f292773c62d99376845..df9e9d00ed0384fd7205362a3dc82c5ef65a40c1 100644
--- a/services/ui/surfaces/BUILD.gn
+++ b/services/ui/surfaces/BUILD.gn
@@ -12,8 +12,6 @@ source_set("surfaces") {
"display_compositor.h",
"gpu_compositor_frame_sink.cc",
"gpu_compositor_frame_sink.h",
- "mus_gpu_memory_buffer_manager.cc",
- "mus_gpu_memory_buffer_manager.h",
]
deps = [
@@ -32,7 +30,7 @@ source_set("surfaces") {
"//gpu/ipc/common",
"//services/service_manager/public/cpp",
"//services/tracing/public/cpp",
- "//services/ui/common:mus_common",
+ "//services/ui/common:service_common",
"//services/ui/gpu/interfaces",
"//services/ui/public/interfaces",
"//ui/display/types",

Powered by Google App Engine
This is Rietveld 408576698