Index: remoting/proto/BUILD.gn |
diff --git a/remoting/proto/BUILD.gn b/remoting/proto/BUILD.gn |
index 83c5bca944c89920a89ecc13a5c36e230b28260d..853267e6109068572ec7613985747dda883b817e 100644 |
--- a/remoting/proto/BUILD.gn |
+++ b/remoting/proto/BUILD.gn |
@@ -4,6 +4,13 @@ |
import("//third_party/protobuf/proto_library.gni") |
+group("proto_lite") { |
Sergey Ulanov
2017/01/10 23:24:01
Would it be cleaner to rename this to proto and re
nicholss
2017/01/11 18:56:44
My intent was to have a proto dep that brings alon
|
+ public_deps = [ |
+ ":proto", |
+ "//third_party/protobuf:protobuf_lite", |
+ ] |
+} |
+ |
proto_library("proto") { |
sources = [ |
"audio.proto", |