Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
[build] Remove nofixdeps for grpc_base (grpc#31148)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller authored Sep 28, 2022
1 parent d43511f commit 00a2b41
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3365,12 +3365,10 @@ grpc_cc_library(
"absl/functional:function_ref",
"absl/memory",
"absl/meta:type_traits",
"absl/random",
"absl/status",
"absl/status:statusor",
"absl/strings",
"absl/strings:str_format",
"absl/synchronization",
"absl/time",
"absl/types:optional",
"absl/types:variant",
Expand All @@ -3379,7 +3377,6 @@ grpc_cc_library(
],
language = "c++",
public_hdrs = GRPC_PUBLIC_HDRS + GRPC_PUBLIC_EVENT_ENGINE_HDRS,
tags = ["nofixdeps"],
visibility = ["@grpc:alt_grpc_base_legacy"],
deps = [
"activity",
Expand All @@ -3403,7 +3400,6 @@ grpc_cc_library(
"default_event_engine",
"dual_ref_counted",
"error",
"event_engine_common",
"event_log",
"exec_ctx",
"experiments",
Expand All @@ -3415,7 +3411,6 @@ grpc_cc_library(
"grpc_public_hdrs",
"grpc_sockaddr",
"grpc_trace",
"handshaker_registry",
"http2_errors",
"init_internally",
"iomgr_fwd",
Expand All @@ -3440,7 +3435,6 @@ grpc_cc_library(
"slice_refcount",
"sockaddr_utils",
"status_helper",
"table",
"thread_quota",
"time",
"transport_fwd",
Expand Down

0 comments on commit 00a2b41

Please sign in to comment.