Index: runtime/bin/BUILD.gn |
diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn |
index 20b2a8a84a0a9d4e058c9a82e5da82fa00fbb6d4..db8096269f463a41ad2c05851f98585b64f75ea7 100644 |
--- a/runtime/bin/BUILD.gn |
+++ b/runtime/bin/BUILD.gn |
@@ -285,7 +285,9 @@ source_set("embedded_dart_io") { |
"Security.framework", |
] |
} else { |
- defines = [ "DART_IO_SECURE_SOCKET_DISABLED" ] |
+ deps = [ |
+ "../../third_party/boringssl", |
+ ] |
} |
sources = io_impl_sources_gypi.sources + builtin_impl_sources_gypi.sources |