diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/BUILD | 4 |
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( |