Chromium Code Reviews| 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") { |
| + public_deps = [ |
| + ":proto", |
| + "//third_party/protobuf:protobuf_lite", |
| + ] |
| +} |
| + |
| proto_library("proto") { |
| sources = [ |
| "audio.proto", |