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/public/cpp/gpu/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 | « services/ui/gpu/gpu_main.cc ('k') | services/ui/public/cpp/gpu/client_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/public/cpp/gpu/BUILD.gn
diff --git a/services/ui/public/cpp/gpu/BUILD.gn b/services/ui/public/cpp/gpu/BUILD.gn
index 8bb9bfe096652d14f26fcb2b04d345b51383948f..828b8d0346b10b11acf8ab815879a8c97928a133 100644
--- a/services/ui/public/cpp/gpu/BUILD.gn
+++ b/services/ui/public/cpp/gpu/BUILD.gn
@@ -25,9 +25,9 @@ source_set("internal") {
]
sources = [
+ "client_gpu_memory_buffer_manager.cc",
+ "client_gpu_memory_buffer_manager.h",
"gpu_service.cc",
- "mojo_gpu_memory_buffer_manager.cc",
- "mojo_gpu_memory_buffer_manager.h",
]
deps = [
« no previous file with comments | « services/ui/gpu/gpu_main.cc ('k') | services/ui/public/cpp/gpu/client_gpu_memory_buffer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698