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

Unified Diff: runtime/bin/io_impl_sources.gypi

Issue 2903743002: Porting SecureSocket to use BoringSSL on OSX (Closed)
Patch Set: Addressed nits, confirmed change works on Windows Created 3 years, 6 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 | « runtime/bin/BUILD.gn ('k') | runtime/bin/io_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/io_impl_sources.gypi
diff --git a/runtime/bin/io_impl_sources.gypi b/runtime/bin/io_impl_sources.gypi
index 5a7df0eeea4f07703326bb673f708a152d21251e..d3bce7e8401a92bbf82fad76898d09654486d414 100644
--- a/runtime/bin/io_impl_sources.gypi
+++ b/runtime/bin/io_impl_sources.gypi
@@ -53,14 +53,18 @@
'process_win.cc',
'reference_counting.h',
'root_certificates_unsupported.cc',
- 'secure_socket.h',
- 'secure_socket_boringssl.cc',
- 'secure_socket_boringssl.h',
- 'secure_socket_ios.cc',
- 'secure_socket_ios.h',
- 'secure_socket_macos.cc',
- 'secure_socket_macos.h',
+ 'secure_socket_filter.cc',
+ 'secure_socket_filter.h',
'secure_socket_unsupported.cc',
+ 'secure_socket_utils.cc',
+ 'secure_socket_utils.h',
+ 'security_context.cc',
+ 'security_context.h',
+ 'security_context_android.cc',
+ 'security_context_fuchsia.cc',
+ 'security_context_linux.cc',
+ 'security_context_macos.cc',
+ 'security_context_win.cc',
'socket.cc',
'socket.h',
'socket_android.cc',
« no previous file with comments | « runtime/bin/BUILD.gn ('k') | runtime/bin/io_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698