| Index: gpu/ipc/client/BUILD.gn
 | 
| diff --git a/gpu/ipc/client/BUILD.gn b/gpu/ipc/client/BUILD.gn
 | 
| index 8baf7e50eab6e1702d3be1444959805fb9a241cf..f77d1feb7120374d2760d82674e6077ba2d81130 100644
 | 
| --- a/gpu/ipc/client/BUILD.gn
 | 
| +++ b/gpu/ipc/client/BUILD.gn
 | 
| @@ -49,13 +49,11 @@ source_set("ipc_client_sources") {
 | 
|    configs += [
 | 
|      "//build/config/compiler:no_size_t_to_int_warning",
 | 
|      "//gpu:gpu_implementation",
 | 
| -    "//third_party/khronos:khronos_headers",
 | 
|    ]
 | 
|    deps = [
 | 
|      "//base",
 | 
|      "//gpu/command_buffer/client:client_sources",
 | 
|      "//gpu/command_buffer/common:common_sources",
 | 
| -    "//gpu/command_buffer/service:service_sources",
 | 
|      "//gpu/config:config_sources",
 | 
|      "//gpu/ipc/common:ipc_common_sources",
 | 
|      "//ipc",
 | 
| 
 |