| Index: services/ui/public/cpp/BUILD.gn
 | 
| diff --git a/services/ui/public/cpp/BUILD.gn b/services/ui/public/cpp/BUILD.gn
 | 
| index 3c43016b92202e392d3450abac66dbcc0b253bb9..30ffa8ee1d4206a30f577481729a47c18632364b 100644
 | 
| --- a/services/ui/public/cpp/BUILD.gn
 | 
| +++ b/services/ui/public/cpp/BUILD.gn
 | 
| @@ -98,15 +98,11 @@ source_set("internal") {
 | 
|      "context_provider.cc",
 | 
|      "gles2_context.cc",
 | 
|      "gles2_context.h",
 | 
| -    "gpu_memory_buffer_impl.cc",
 | 
| -    "gpu_memory_buffer_impl.h",
 | 
|      "gpu_service.cc",
 | 
|      "in_flight_change.cc",
 | 
|      "in_flight_change.h",
 | 
|      "mojo_buffer_backing.cc",
 | 
|      "mojo_buffer_backing.h",
 | 
| -    "mojo_gpu_memory_buffer.cc",
 | 
| -    "mojo_gpu_memory_buffer.h",
 | 
|      "mojo_gpu_memory_buffer_manager.cc",
 | 
|      "property_type_converters.cc",
 | 
|      "raster_thread_helper.cc",
 | 
| 
 |