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

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

Issue 2276433004: services/ui: Rename a few gpu-related classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 4 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
Index: services/ui/gpu/BUILD.gn
diff --git a/services/ui/gpu/BUILD.gn b/services/ui/gpu/BUILD.gn
index 426ca68cb92c24eb11f4f50ad132dd07340a43f0..ce18523a31af89b83d002df9341f3ceb7698d2e6 100644
--- a/services/ui/gpu/BUILD.gn
+++ b/services/ui/gpu/BUILD.gn
@@ -10,10 +10,8 @@ source_set("gpu") {
output_name = "mus_gpu"
sources = [
- "gpu_service_impl.cc",
- "gpu_service_impl.h",
- "gpu_service_mus.cc",
- "gpu_service_mus.h",
+ "gpu_service_internal.cc",
+ "gpu_service_internal.h",
"mus_gpu_memory_buffer_manager.cc",
"mus_gpu_memory_buffer_manager.h",
]

Powered by Google App Engine
This is Rietveld 408576698