| Index: cc/proto/BUILD.gn
|
| diff --git a/cc/proto/BUILD.gn b/cc/proto/BUILD.gn
|
| index 6ffdc7b1f7010aa70ec61b37045fc67dab747599..d98bb360ab3132110368ed93a6e106110dfe7c9a 100644
|
| --- a/cc/proto/BUILD.gn
|
| +++ b/cc/proto/BUILD.gn
|
| @@ -30,6 +30,8 @@ proto_library("proto_internal") {
|
| # TODO(dtrainor): Move protos to their correct packages once it's possible
|
| # to include protos from other directories/targets (crbug.com/542423).
|
| "compositor_message.proto",
|
| + "compositor_message_to_impl.proto",
|
| + "compositor_message_to_main.proto",
|
| "display_item.proto",
|
| "display_list_recording_source.proto",
|
| "layer.proto",
|
|
|