| Index: cc/ipc/BUILD.gn
|
| diff --git a/cc/ipc/BUILD.gn b/cc/ipc/BUILD.gn
|
| index 50a707e544ad630c006019a0f9499f4a037732e3..53b3fec7e6dd908721f8e35e3e356cd2d78bd702 100644
|
| --- a/cc/ipc/BUILD.gn
|
| +++ b/cc/ipc/BUILD.gn
|
| @@ -44,6 +44,7 @@ mojom("interfaces") {
|
| "filter_operation.mojom",
|
| "filter_operations.mojom",
|
| "frame_sink_id.mojom",
|
| + "local_frame_id.mojom",
|
| "mojo_compositor_frame_sink.mojom",
|
| "quads.mojom",
|
| "render_pass.mojom",
|
| @@ -86,6 +87,7 @@ source_set("struct_traits") {
|
| "filter_operation_struct_traits.h",
|
| "filter_operations_struct_traits.h",
|
| "frame_sink_id_struct_traits.h",
|
| + "local_frame_id_struct_traits.h",
|
| "quads_struct_traits.cc",
|
| "quads_struct_traits.h",
|
| "render_pass_id_struct_traits.h",
|
|
|