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

Unified Diff: runtime/bin/io.dart

Issue 10704159: Start adding TLS (SSL) sockets to dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add tls_socket.dart back. This should not be compared to socket.dart. Created 8 years, 5 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.dart
diff --git a/runtime/bin/io.dart b/runtime/bin/io.dart
index f673ee9cd495599e077c36198367900456a6d662..9d83998b71bcde1fc42fd2ba56ab328a2d6c3dc7 100644
--- a/runtime/bin/io.dart
+++ b/runtime/bin/io.dart
@@ -13,3 +13,4 @@
#import("dart:uri");
#import("dart:crypto");
#import("dart:utf");
+#import("dart:builtin");
Søren Gjesse 2012/07/31 09:07:15 Please remove this before committing.
Bill Hesse 2012/08/08 17:00:05 Done.

Powered by Google App Engine
This is Rietveld 408576698