Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jan 18, 2024
1 parent 84cbfe0 commit 64f4d89
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1046,15 +1046,12 @@ grpc_cc_library(
hdrs = [
"lib/promise/observable.h",
],
external_deps = ["absl/base:core_headers"],
external_deps = ["absl/container:flat_hash_set"],
language = "c++",
deps = [
"activity",
"poll",
"ref_counted",
"wait_set",
"//:gpr",
"//:ref_counted_ptr",
],
)

Expand Down

0 comments on commit 64f4d89

Please sign in to comment.