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

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

Issue 2020293003: Use mus::MojoGpuMemoryBufferManager in mus::GpuService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update 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
« no previous file with comments | « no previous file | components/mus/common/DEPS » ('j') | components/mus/gpu/gpu_service_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/common/BUILD.gn
diff --git a/components/mus/common/BUILD.gn b/components/mus/common/BUILD.gn
index 8b9599800a28e9aa90c0078a7a6c98633ff2a36f..68c9b00328d88f9092255d2d0a0e1901ab052c3f 100644
--- a/components/mus/common/BUILD.gn
+++ b/components/mus/common/BUILD.gn
@@ -13,8 +13,16 @@ component("mus_common") {
"event_param_traits.cc",
"event_param_traits.h",
"event_param_traits_macros.h",
+ "gpu_memory_buffer_impl.cc",
+ "gpu_memory_buffer_impl.h",
"gpu_type_converters.cc",
"gpu_type_converters.h",
+ "mojo_buffer_backing.cc",
+ "mojo_buffer_backing.h",
+ "mojo_gpu_memory_buffer.cc",
+ "mojo_gpu_memory_buffer.h",
+ "mojo_gpu_memory_buffer_manager.cc",
+ "mojo_gpu_memory_buffer_manager.h",
"mus_common_export.h",
"switches.cc",
"switches.h",
« no previous file with comments | « no previous file | components/mus/common/DEPS » ('j') | components/mus/gpu/gpu_service_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698