From fd133b51894d7c30a873d9a0e8fc7b12c6abaf73 Mon Sep 17 00:00:00 2001 From: David Garcia Quintas Date: Fri, 1 Jun 2018 16:10:08 -0700 Subject: add nanopb bazel dep to bazel workspace check --- tools/run_tests/sanity/check_bazel_workspace.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/run_tests/sanity/check_bazel_workspace.py') diff --git a/tools/run_tests/sanity/check_bazel_workspace.py b/tools/run_tests/sanity/check_bazel_workspace.py index 555149c820..fcffa22be4 100755 --- a/tools/run_tests/sanity/check_bazel_workspace.py +++ b/tools/run_tests/sanity/check_bazel_workspace.py @@ -47,6 +47,7 @@ _GRPC_DEP_NAMES = [ 'com_google_protobuf', 'com_github_google_googletest', 'com_github_gflags_gflags', + 'com_github_nanopb_nanopb', 'com_github_google_benchmark', 'com_github_cares_cares', 'com_google_absl', -- cgit v1.2.3