aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/BUILD
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2019-01-09 12:06:24 -0800
committerGravatar Yash Tibrewal <yashkt@google.com>2019-01-09 12:07:44 -0800
commit9f85ead667121f5c74fe232e7908ab774131e1e2 (patch)
tree0d56c54cfddad41501734fa196ac3014da14d295 /examples/BUILD
parentfb56150b20e99ea964eaa8217bd67a80fe80d228 (diff)
Add new proto in examples
Diffstat (limited to 'examples/BUILD')
-rw-r--r--examples/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/BUILD b/examples/BUILD
index c4f25d0de9..b6cb9d48d3 100644
--- a/examples/BUILD
+++ b/examples/BUILD
@@ -38,6 +38,11 @@ grpc_proto_library(
srcs = ["protos/route_guide.proto"],
)
+grpc_proto_library(
+ name = "keyvaluestore",
+ srcs = ["protos/keyvaluestore.proto"],
+)
+
cc_binary(
name = "greeter_client",
srcs = ["cpp/helloworld/greeter_client.cc"],