Index: net/BUILD.gn |
diff --git a/net/BUILD.gn b/net/BUILD.gn |
index 744743279b7e004615903a084ff20596f4c5301e..0ef9f2162a895dcf5dce399a5abd67119cfb87f5 100644 |
--- a/net/BUILD.gn |
+++ b/net/BUILD.gn |
@@ -1348,6 +1348,17 @@ if (!is_ios) { |
"//third_party/protobuf:protobuf_lite", |
] |
} |
+ executable("crypto_message_printer") { |
+ sources = [ |
+ "tools/quic/crypto_message_printer_bin.cc", |
+ ] |
+ deps = [ |
+ ":net", |
+ "//base", |
+ "//build/config/sanitizers:deps", |
+ "//build/win:default_exe_manifest", |
+ ] |
+ } |
} |
bundle_data("net_unittests_bundle_data") { |