aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/BUILD')
-rw-r--r--examples/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/BUILD b/examples/BUILD
index 3870591195..382713e5e4 100644
--- a/examples/BUILD
+++ b/examples/BUILD
@@ -33,12 +33,12 @@ load("//bazel:grpc_build_system.bzl", "grpc_proto_library")
grpc_proto_library(
name = "auth_sample",
- srcs = ["auth_sample.proto"],
+ srcs = ["protos/auth_sample.proto"],
)
grpc_proto_library(
name = "hellostreamingworld",
- srcs = ["hellostreamingworld.proto"],
+ srcs = ["protos/hellostreamingworld.proto"],
)
grpc_proto_library(