| Index: services/ui/common/BUILD.gn
|
| diff --git a/services/ui/common/BUILD.gn b/services/ui/common/BUILD.gn
|
| index 8204e1f7e42d4fc1626342401f696e5fd8178134..cc7dea5f693b59878508f8894811e8b40f1a3115 100644
|
| --- a/services/ui/common/BUILD.gn
|
| +++ b/services/ui/common/BUILD.gn
|
| @@ -40,8 +40,8 @@ source_set("mus_common") {
|
| # process, display compositor in the gpu process).
|
| source_set("server_gpu") {
|
| sources = [
|
| - "mus_gpu_memory_buffer_manager.cc",
|
| - "mus_gpu_memory_buffer_manager.h",
|
| + "server_gpu_memory_buffer_manager.cc",
|
| + "server_gpu_memory_buffer_manager.h",
|
| ]
|
|
|
| deps = [
|
|
|