Skip to content

Commit

Permalink
Add new dependency for mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan committed Oct 23, 2023
1 parent ab1c4a8 commit 45ad3cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions google/cloud/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ cc_library(
deps = [
":google_cloud_cpp_common",
":google_cloud_cpp_grpc_utils",
":google_cloud_cpp_mocks",
"//google/cloud/testing_util:google_cloud_cpp_testing_grpc_private",
"//google/cloud/testing_util:google_cloud_cpp_testing_private",
"@com_google_googleapis//google/bigtable/admin/v2:admin_cc_grpc",
Expand Down
1 change: 1 addition & 0 deletions google/cloud/pubsublite/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ cc_library(
":google_cloud_cpp_pubsublite_mocks",
":pubsublite_testing",
"//:common",
"//:mocks",
"//google/cloud/testing_util:google_cloud_cpp_testing_grpc_private",
"//google/cloud/testing_util:google_cloud_cpp_testing_private",
"@com_google_absl//absl/memory",
Expand Down

0 comments on commit 45ad3cf

Please sign in to comment.