| Index: blimp/common/proto/BUILD.gn
|
| diff --git a/blimp/common/proto/BUILD.gn b/blimp/common/proto/BUILD.gn
|
| index d5fc25d974fe2e6c643304a5231610641610c97d..4aaaf3977815269455aa48d3332152b639d0ad5f 100644
|
| --- a/blimp/common/proto/BUILD.gn
|
| +++ b/blimp/common/proto/BUILD.gn
|
| @@ -4,7 +4,14 @@
|
|
|
| import("//third_party/protobuf/proto_library.gni")
|
|
|
| -proto_library("proto") {
|
| +static_library("proto") {
|
| + public_deps = [
|
| + ":proto_lib",
|
| + "//third_party/protobuf:protobuf_lite",
|
| + ]
|
| +}
|
| +
|
| +proto_library("proto_lib") {
|
| sources = [
|
| "blimp_message.proto",
|
| "client_control.proto",
|
|
|