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

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

Issue 2562623005: mus/gpu: Rename the client/server side memory buffer managers. (Closed)
Patch Set: tot merge Created 4 years 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 | services/ui/common/mus_gpu_memory_buffer_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
« no previous file with comments | « no previous file | services/ui/common/mus_gpu_memory_buffer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698