| Index: cc/ipc/BUILD.gn
|
| diff --git a/cc/ipc/BUILD.gn b/cc/ipc/BUILD.gn
|
| index 42eaf444d11a0eabe11071c3d90a3a392fcb9c62..0f4e8147ecb64a01085be9925d67eaa3b9212251 100644
|
| --- a/cc/ipc/BUILD.gn
|
| +++ b/cc/ipc/BUILD.gn
|
| @@ -37,6 +37,15 @@ cc_component("ipc") {
|
| ]
|
| }
|
|
|
| +mojom("texture_mailbox_releaser_interface") {
|
| + sources = [
|
| + "texture_mailbox_releaser.mojom",
|
| + ]
|
| + public_deps = [
|
| + "//gpu/ipc/common:interfaces",
|
| + ]
|
| +}
|
| +
|
| mojom("interfaces") {
|
| sources = [
|
| "begin_frame_args.mojom",
|
| @@ -63,6 +72,7 @@ mojom("interfaces") {
|
| ]
|
|
|
| public_deps = [
|
| + "//cc/ipc:texture_mailbox_releaser_interface",
|
| "//gpu/ipc/common:interfaces",
|
| "//mojo/common:common_custom_types",
|
| "//skia/public/interfaces",
|
| @@ -130,6 +140,7 @@ cc_source_set("struct_traits") {
|
| ":interfaces_shared_cpp_sources",
|
| "//base",
|
| "//cc",
|
| + "//cc/ipc:texture_mailbox_releaser_interface",
|
| "//cc/surfaces:surface_id",
|
| "//gpu/ipc/common:struct_traits",
|
| "//mojo/common:struct_traits",
|
|
|