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

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

Issue 2559343003: mus: Rename GpuService to Gpu. (Closed)
Patch Set: . 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/manifest.json ('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 828b8d0346b10b11acf8ab815879a8c97928a133..13cd0b8c21a42ec7a39552cbcdb291f9b5425680 100644
--- a/services/ui/public/cpp/gpu/BUILD.gn
+++ b/services/ui/public/cpp/gpu/BUILD.gn
@@ -6,7 +6,7 @@ import("//build/config/ui.gni")
source_set("gpu") {
sources = [
- "gpu_service.h",
+ "gpu.h",
]
deps = [
@@ -27,7 +27,7 @@ source_set("internal") {
sources = [
"client_gpu_memory_buffer_manager.cc",
"client_gpu_memory_buffer_manager.h",
- "gpu_service.cc",
+ "gpu.cc",
]
deps = [
« no previous file with comments | « services/ui/manifest.json ('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