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

Unified Diff: runtime/bin/io_impl_sources.gypi

Issue 2903743002: Porting SecureSocket to use BoringSSL on OSX (Closed)
Patch Set: Fixed issues on non-Macos platforms 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..b802cfa5a21b9dadf90df40d9aeb60f6c1beb754 100644
--- a/runtime/bin/io_impl_sources.gypi
+++ b/runtime/bin/io_impl_sources.gypi
@@ -53,6 +53,7 @@
'process_win.cc',
'reference_counting.h',
'root_certificates_unsupported.cc',
+ 'secure_socket.cc',
'secure_socket.h',
'secure_socket_boringssl.cc',
'secure_socket_boringssl.h',
@@ -61,6 +62,7 @@
'secure_socket_macos.cc',
'secure_socket_macos.h',
'secure_socket_unsupported.cc',
+ 'secure_socket_utils.h',
'socket.cc',
'socket.h',
'socket_android.cc',
« no previous file with comments | « runtime/bin/BUILD.gn ('k') | runtime/bin/secure_socket.h » ('j') | runtime/bin/secure_socket.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698