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