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

Unified Diff: runtime/bin/io_impl_sources.gypi

Issue 10916081: Add secure sockets to dart:io (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments, remove HandshakeStartHandler. Created 8 years, 1 month 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/file.h ('k') | runtime/bin/io_natives.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 c57957ef6723ab2727e88337bb2472a41ac8c5b7..f86ca02a942202fb014276a4080f03709582a150 100644
--- a/runtime/bin/io_impl_sources.gypi
+++ b/runtime/bin/io_impl_sources.gypi
@@ -21,6 +21,8 @@
'eventhandler_macos.h',
'eventhandler_win.cc',
'eventhandler_win.h',
+ 'net/nss_memio.cc',
+ 'net/nss_memio.h',
'platform.cc',
'platform.h',
'platform_android.cc',
@@ -39,5 +41,7 @@
'socket_linux.cc',
'socket_macos.cc',
'socket_win.cc',
+ 'tls_socket.cc',
+ 'tls_socket.h',
],
}
« no previous file with comments | « runtime/bin/file.h ('k') | runtime/bin/io_natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698