Chromium Code Reviews| 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") { |
|
Dirk Pranke
2015/10/01 00:14:03
can this just be a group()? why is it a static_lib
|
| + public_deps = [ |
| + ":proto_lib", |
| + "//third_party/protobuf:protobuf_lite", |
| + ] |
| +} |
| + |
| +proto_library("proto_lib") { |
| sources = [ |
| "blimp_message.proto", |
| "client_control.proto", |