Chromium Code Reviews| Index: blimp/common/proto/BUILD.gn |
| diff --git a/blimp/common/proto/BUILD.gn b/blimp/common/proto/BUILD.gn |
| index db60779610cacd39231c264923d4a0c50a378ccc..ecaa29c7efc892624baae97514e6f032093a4c18 100644 |
| --- a/blimp/common/proto/BUILD.gn |
| +++ b/blimp/common/proto/BUILD.gn |
| @@ -14,10 +14,9 @@ group("proto") { |
| proto_library("proto_lib") { |
| sources = [ |
| "blimp_message.proto", |
| - "client_control.proto", |
| "common.proto", |
| "compositor.proto", |
| + "control.proto", |
| "input.proto", |
| - "server_control.proto", |
| ] |
| } |