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

Unified Diff: runtime/bin/BUILD.gn

Issue 1721283002: Implements secure sockets on Mac OS with SecureTransport API (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address comments 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 | runtime/bin/bin.gypi » ('j') | no next file with comments »
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 02ba3c4dcfc1316fdb994f80893a377a600990cd..7a6c70f2e1a42caeb793e239f6a9722b0e948f7b 100644
--- a/runtime/bin/BUILD.gn
+++ b/runtime/bin/BUILD.gn
@@ -239,7 +239,10 @@ source_set("gen_snapshot_dart_io") {
"*net/nss_memio.cc",
"*net/nss_memio.h",
"*root_certificates.cc",
- "*secure_socket.cc",
+ "*secure_socket_boringssl.cc",
+ "*secure_socket_boringssl.h",
+ "*secure_socket_macos.cc",
+ "*secure_socket_macos.h",
"*secure_socket.h",
"filter.cc",
"*io_service_unsupported.cc",
@@ -294,7 +297,10 @@ source_set("embedded_dart_io") {
"*net/nss_memio.cc",
"*net/nss_memio.h",
"*root_certificates.cc",
- "*secure_socket.cc",
+ "*secure_socket_boringssl.cc",
+ "*secure_socket_boringssl.h",
+ "*secure_socket_macos.cc",
+ "*secure_socket_macos.h",
"*secure_socket.h",
"*filter_unsupported.cc",
"*io_service_unsupported.cc",
« no previous file with comments | « no previous file | runtime/bin/bin.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698