Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(373)

Unified Diff: runtime/bin/BUILD.gn

Issue 2903743002: Porting SecureSocket to use BoringSSL on OSX (Closed)
Patch Set: General cleanup Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/bin/io_impl_sources.gypi » ('j') | runtime/bin/secure_socket.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
}
« no previous file with comments | « no previous file | runtime/bin/io_impl_sources.gypi » ('j') | runtime/bin/secure_socket.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698