Enabling rolled out flags.

Autogenerated by list_feature_flags.py.

PiperOrigin-RevId: 472473782
diff --git a/build/source_list.bzl b/build/source_list.bzl
index f652020..8c1584d 100644
--- a/build/source_list.bzl
+++ b/build/source_list.bzl
@@ -1049,6 +1049,7 @@
     "balsa/balsa_headers_test.cc",
     "balsa/header_properties_test.cc",
     "balsa/simple_buffer_test.cc",
+    "binary_http/binary_http_message_test.cc",
     "common/platform/api/quiche_file_utils_test.cc",
     "common/platform/api/quiche_hostname_utils_test.cc",
     "common/platform/api/quiche_lower_case_string_test.cc",
@@ -1474,7 +1475,6 @@
 ]
 binary_http_srcs = [
     "binary_http/binary_http_message.cc",
-    "binary_http/binary_http_message_test.cc",
 ]
 qbone_hdrs = [
     "quic/qbone/bonnet/icmp_reachable.h",
diff --git a/build/source_list.gni b/build/source_list.gni
index 0b8adf2..74e2d35 100644
--- a/build/source_list.gni
+++ b/build/source_list.gni
@@ -1049,6 +1049,7 @@
     "src/quiche/balsa/balsa_headers_test.cc",
     "src/quiche/balsa/header_properties_test.cc",
     "src/quiche/balsa/simple_buffer_test.cc",
+    "src/quiche/binary_http/binary_http_message_test.cc",
     "src/quiche/common/platform/api/quiche_file_utils_test.cc",
     "src/quiche/common/platform/api/quiche_hostname_utils_test.cc",
     "src/quiche/common/platform/api/quiche_lower_case_string_test.cc",
@@ -1474,7 +1475,6 @@
 ]
 binary_http_srcs = [
     "src/quiche/binary_http/binary_http_message.cc",
-    "src/quiche/binary_http/binary_http_message_test.cc",
 ]
 qbone_hdrs = [
     "src/quiche/quic/qbone/bonnet/icmp_reachable.h",
diff --git a/build/source_list.json b/build/source_list.json
index 1b2e8e4..6e4aa67 100644
--- a/build/source_list.json
+++ b/build/source_list.json
@@ -1048,6 +1048,7 @@
     "quiche/balsa/balsa_headers_test.cc",
     "quiche/balsa/header_properties_test.cc",
     "quiche/balsa/simple_buffer_test.cc",
+    "quiche/binary_http/binary_http_message_test.cc",
     "quiche/common/platform/api/quiche_file_utils_test.cc",
     "quiche/common/platform/api/quiche_hostname_utils_test.cc",
     "quiche/common/platform/api/quiche_lower_case_string_test.cc",
@@ -1472,8 +1473,7 @@
     "quiche/binary_http/binary_http_message.h"
   ],
   "binary_http_srcs": [
-    "quiche/binary_http/binary_http_message.cc",
-    "quiche/binary_http/binary_http_message_test.cc"
+    "quiche/binary_http/binary_http_message.cc"
   ],
   "qbone_hdrs": [
     "quiche/quic/qbone/bonnet/icmp_reachable.h",