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

Unified Diff: runtime/bin/io_impl_sources.gypi

Issue 2903743002: Porting SecureSocket to use BoringSSL on OSX (Closed)
Patch Set: Additional 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
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..c64bb5ea02e7e28c1875aa5c556f4ecba2028cba 100644
--- a/runtime/bin/io_impl_sources.gypi
+++ b/runtime/bin/io_impl_sources.gypi
@@ -53,14 +53,15 @@
'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',
zra 2017/06/02 22:56:24 Do you need security_context_unsupported.cc?
bkonyi 2017/06/05 20:25:51 secure_socket_unsupported.cc contains all of the e
+ 'security_context.h',
+ 'security_context_boringssl.cc',
+ 'security_context_macos.cc',
'socket.cc',
'socket.h',
'socket_android.cc',
« no previous file with comments | « runtime/bin/BUILD.gn ('k') | runtime/bin/main.cc » ('j') | runtime/bin/secure_socket.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698