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 = [ |