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:50:48
my earlier question about why this isn't a group()
Kevin M
2015/10/01 21:41:21
Sorry, I didn't catch that comment. No reason why
|
+ public_deps = [ |
+ ":proto_lib", |
+ "//third_party/protobuf:protobuf_lite", |
+ ] |
+} |
+ |
+proto_library("proto_lib") { |
sources = [ |
"blimp_message.proto", |
"client_control.proto", |