| Index: gpu/ipc/common/BUILD.gn
|
| diff --git a/gpu/ipc/common/BUILD.gn b/gpu/ipc/common/BUILD.gn
|
| index c596e265f536568cec3aefdcb5f8f81054adfcb3..eef612e25a59104cb3ca879c345cfca2525d95ee 100644
|
| --- a/gpu/ipc/common/BUILD.gn
|
| +++ b/gpu/ipc/common/BUILD.gn
|
| @@ -46,11 +46,14 @@ source_set("command_buffer_traits_sources") {
|
| "//third_party/khronos:khronos_headers",
|
| ]
|
|
|
| - deps = [
|
| - "//base",
|
| + public_deps = [
|
| "//gpu/command_buffer/common:common_sources",
|
| "//ipc",
|
| ]
|
| +
|
| + deps = [
|
| + "//base",
|
| + ]
|
| }
|
|
|
| source_set("ipc_common_sources") {
|
| @@ -80,8 +83,11 @@ source_set("ipc_common_sources") {
|
| "//third_party/khronos:khronos_headers",
|
| ]
|
|
|
| - deps = [
|
| + public_deps = [
|
| ":command_buffer_traits_sources",
|
| + ]
|
| +
|
| + deps = [
|
| "//base",
|
| "//gpu/command_buffer/common:common_sources",
|
| "//gpu/config:config_sources",
|
|
|