Skip to content

Commit

Permalink
Add missing BUILD file dependencies. (#4846)
Browse files Browse the repository at this point in the history
* Add missing BUILD file dependencies.

* DCO Remediation Commit for Matthew Lam <[email protected]>

I, Matthew Lam <[email protected]>, hereby add my Signed-off-by to this commit: ff9d39a

Signed-off-by: Matthew Lam <[email protected]>

---------

Signed-off-by: Matthew Lam <[email protected]>
  • Loading branch information
matthewtlam authored Aug 1, 2024
1 parent a7d6e35 commit 44dbcda
Show file tree
Hide file tree
Showing 2 changed files with 5 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
2 changes: 2 additions & 0 deletions backends/p4tools/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ cc_library(
"@com_github_p4lang_p4runtime//:p4info_cc_proto",
"@com_github_z3prover_z3//:api",
"@com_google_absl//absl/container:btree",
"@com_google_absl//absl/strings:str_format",
],
)

Expand Down Expand Up @@ -165,6 +166,7 @@ cc_library(
"@boost//:multiprecision",
"@com_github_pantor_inja//:inja",
"@com_google_absl//absl/container:btree",
"@com_google_absl//absl/strings",
"@nlohmann_json//:json",
],
)
Expand Down

0 comments on commit 44dbcda

Please sign in to comment.