Skip to content

Commit

Permalink
Add missing BUILD file dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewtlam authored Aug 1, 2024
1 parent a7d6e35 commit ff9d39a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ cc_library(
"@com_google_absl//absl/container:node_hash_set",
"@com_google_absl//absl/numeric:bits",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/strings:cord",
"@com_google_absl//absl/strings:str_format",
"@com_google_googletest//:gtest",
],
Expand Down Expand Up @@ -251,6 +252,8 @@ cc_library(
"@com_google_absl//absl/container:flat_hash_set",
"@com_google_absl//absl/container:inlined_vector",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/strings:str_format",
"@com_google_absl//absl/time",
"@com_google_protobuf//:protobuf",
],
)
Expand Down

0 comments on commit ff9d39a

Please sign in to comment.