Skip to content

Commit

Permalink
quic: build file cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
  • Loading branch information
alyssawilk committed Jun 5, 2024
1 parent b7788e8 commit b3df5b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bazel/external/quiche.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4028,7 +4028,6 @@ envoy_quic_cc_library(
":quic_core_utils_lib",
":quic_core_versions_lib",
":quic_platform",
":quic_server_crypto_crypto_handshake_lib",
":quic_stream_priority_lib",
":quiche_common_callbacks",
":quiche_common_structured_headers_lib",
Expand Down
2 changes: 1 addition & 1 deletion source/common/quic/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ envoy_cc_library(
"//envoy/server:process_context_interface",
"//envoy/stream_info:stream_info_interface",
"@com_github_google_quiche//:quic_core_connection_lib",
"@com_github_google_quiche//:quic_core_session_lib",
],
)

Expand Down Expand Up @@ -482,6 +481,7 @@ envoy_cc_library(
"//source/common/network:transport_socket_options_lib",
"//source/common/tls:client_ssl_socket_lib",
"//source/common/tls:context_config_lib",
"@com_github_google_quiche//:quic_client_crypto_crypto_handshake_lib",
"@com_github_google_quiche//:quic_core_crypto_crypto_handshake_lib",
"@envoy_api//envoy/extensions/transport_sockets/quic/v3:pkg_cc_proto",
],
Expand Down

0 comments on commit b3df5b7

Please sign in to comment.