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

Unified Diff: runtime/bin/BUILD.gn

Issue 1846343002: Enable BoringSSL for Android in GN build (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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 | third_party/boringssl/BUILD.gn » ('j') | third_party/boringssl/BUILD.gn » ('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 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
« no previous file with comments | « no previous file | third_party/boringssl/BUILD.gn » ('j') | third_party/boringssl/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698