| Index: gpu/ipc/common/mailbox_holder.typemap
|
| diff --git a/gpu/ipc/common/mailbox_holder.typemap b/gpu/ipc/common/mailbox_holder.typemap
|
| index 8692f313131ac6801601bbd1713fdab216565159..4644f3219d3eb24c3af8783de3fb6a91e041bbc8 100644
|
| --- a/gpu/ipc/common/mailbox_holder.typemap
|
| +++ b/gpu/ipc/common/mailbox_holder.typemap
|
| @@ -6,10 +6,6 @@ mojom = "//gpu/ipc/common/mailbox_holder.mojom"
|
| public_headers = [ "//gpu/command_buffer/common/mailbox_holder.h" ]
|
| traits_headers = [ "//gpu/ipc/common/mailbox_holder_struct_traits.h" ]
|
| deps = [
|
| - "//mojo/public/cpp/bindings",
|
| -]
|
| -public_deps = [
|
| - "//gpu/command_buffer/common",
|
| - "//mojo/public/cpp/bindings",
|
| + "//gpu/ipc/common:struct_traits",
|
| ]
|
| type_mappings = [ "gpu.mojom.MailboxHolder=::gpu::MailboxHolder" ]
|
|
|