| Index: gpu/command_buffer/service/BUILD.gn
|
| diff --git a/gpu/command_buffer/service/BUILD.gn b/gpu/command_buffer/service/BUILD.gn
|
| index 19f28094e319a4174419f5c56985dc90cf00de26..780431d388ee2732c7b981f8c5cd2e2df0af6d86 100644
|
| --- a/gpu/command_buffer/service/BUILD.gn
|
| +++ b/gpu/command_buffer/service/BUILD.gn
|
| @@ -116,12 +116,14 @@ source_set("service") {
|
| "//third_party/khronos:khronos_headers",
|
| ]
|
|
|
| + public_deps = [
|
| + "//gpu/command_buffer/common",
|
| + ]
|
| deps = [
|
| ":disk_cache_proto",
|
| "//base",
|
| "//base/third_party/dynamic_annotations",
|
| "//crypto",
|
| - "//gpu/command_buffer/common",
|
| "//third_party/angle:translator",
|
| "//third_party/protobuf:protobuf_lite",
|
| "//third_party/re2",
|
|
|