Open source Binary Http.
Currently unused in production.
cl/470499594 tried to do this but needs source_file_patterns update, which this CL does.
Startblock:
has LGTM from everyone
PiperOrigin-RevId: 471034502
diff --git a/build/source_list.bzl b/build/source_list.bzl
index deb4866..55336fa 100644
--- a/build/source_list.bzl
+++ b/build/source_list.bzl
@@ -1469,6 +1469,13 @@
"quic/load_balancer/load_balancer_server_id_map_test.cc",
"quic/load_balancer/load_balancer_server_id_test.cc",
]
+binary_http_hdrs = [
+ "binary_http/binary_http_message.h",
+]
+binary_http_srcs = [
+ "binary_http/binary_http_message.cc",
+ "binary_http/binary_http_message_test.cc",
+]
qbone_hdrs = [
"quic/qbone/bonnet/icmp_reachable.h",
"quic/qbone/bonnet/icmp_reachable_interface.h",