| Index: gpu/ipc/common/BUILD.gn
|
| diff --git a/gpu/ipc/common/BUILD.gn b/gpu/ipc/common/BUILD.gn
|
| index 629ae545aefa1728b79244b82cc05bd47795cfa3..1b817aeade6fe067d43e04b4fe81600270c4f5ba 100644
|
| --- a/gpu/ipc/common/BUILD.gn
|
| +++ b/gpu/ipc/common/BUILD.gn
|
| @@ -144,3 +144,22 @@ mojom("test_interfaces") {
|
| ":interfaces",
|
| ]
|
| }
|
| +
|
| +group("struct_traits") {
|
| + public_deps = [
|
| + ":struct_traits_sources",
|
| + ]
|
| +}
|
| +
|
| +source_set("struct_traits_sources") {
|
| + sources = [
|
| + "mailbox_holder_struct_traits.h",
|
| + "mailbox_struct_traits.h",
|
| + "sync_token_struct_traits.h",
|
| + ]
|
| + deps = [
|
| + ":interfaces_shared_cpp_sources",
|
| + "//gpu/command_buffer/common",
|
| + "//mojo/public/cpp/bindings:bindings",
|
| + ]
|
| +}
|
|
|