Chromium Code Reviews| Index: runtime/bin/BUILD.gn |
| diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn |
| index cde7664bd959f2fb159d3f1421e6a6371bff1fbc..f0ac8d9fc44937e7475920b6d1b96b1c1ad09a27 100644 |
| --- a/runtime/bin/BUILD.gn |
| +++ b/runtime/bin/BUILD.gn |
| @@ -408,10 +408,10 @@ template("dart_io") { |
| if (is_mac) { |
| libs += [ "CoreServices.framework" ] |
| } |
| - } else { |
| - deps += [ "//third_party/boringssl" ] |
| } |
| + deps += [ "//third_party/boringssl" ] |
| + |
| if (is_fuchsia) { |
| libs = [ "launchpad" ] |
| } |