| Index: cc/ipc/BUILD.gn
|
| diff --git a/cc/ipc/BUILD.gn b/cc/ipc/BUILD.gn
|
| index ed2a71fd11713d0da81762bb10db140bdf8fd65b..50a707e544ad630c006019a0f9499f4a037732e3 100644
|
| --- a/cc/ipc/BUILD.gn
|
| +++ b/cc/ipc/BUILD.gn
|
| @@ -43,6 +43,7 @@ mojom("interfaces") {
|
| "compositor_frame_metadata.mojom",
|
| "filter_operation.mojom",
|
| "filter_operations.mojom",
|
| + "frame_sink_id.mojom",
|
| "mojo_compositor_frame_sink.mojom",
|
| "quads.mojom",
|
| "render_pass.mojom",
|
| @@ -84,6 +85,7 @@ source_set("struct_traits") {
|
| "compositor_frame_struct_traits.h",
|
| "filter_operation_struct_traits.h",
|
| "filter_operations_struct_traits.h",
|
| + "frame_sink_id_struct_traits.h",
|
| "quads_struct_traits.cc",
|
| "quads_struct_traits.h",
|
| "render_pass_id_struct_traits.h",
|
|
|