Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 720291690
  • Loading branch information
meheffernan authored and copybara-github committed Jan 27, 2025
1 parent 112e0e0 commit 32b8767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xls/fdo/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ cc_library(
":synthesizer",
"//xls/synthesis:synthesis_cc_proto",
"//xls/synthesis:synthesis_service_cc_grpc",
"@com_github_grpc_grpc//:grpc++_public_hdrs",
"@com_github_grpc_grpc//:grpc++",
"@com_google_absl//absl/status:statusor",
],
)
Expand Down
2 changes: 1 addition & 1 deletion xls/synthesis/yosys/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ cc_library(
"//xls/common/status:status_macros",
"//xls/synthesis:synthesis_cc_proto",
"//xls/synthesis:synthesis_service_cc_grpc",
"@com_github_grpc_grpc//:grpc++_public_hdrs",
"@com_github_grpc_grpc//:grpc++",
"@com_google_absl//absl/log",
"@com_google_absl//absl/status",
"@com_google_absl//absl/status:statusor",
Expand Down

0 comments on commit 32b8767

Please sign in to comment.