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

Unified Diff: runtime/bin/io_sources.gypi

Issue 10916081: Add secure sockets to dart:io (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Allow TLS sockets to build with both Chromium NSS and upstream NSS Created 8 years, 3 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_sources.gypi
diff --git a/runtime/bin/io_sources.gypi b/runtime/bin/io_sources.gypi
index cc3957ecdd52c99db2f6686a193e10363dc2a1fd..5fba0db54cb240485d21b88100b02592c520ccdf 100644
--- a/runtime/bin/io_sources.gypi
+++ b/runtime/bin/io_sources.gypi
@@ -43,6 +43,8 @@
'stream_util.dart',
'string_stream.dart',
'timer_impl.dart',
+ 'tls_socket.dart',
+ 'tls_socket_impl.dart',
'websocket.dart',
'websocket_impl.dart',
],

Powered by Google App Engine
This is Rietveld 408576698