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

Unified Diff: runtime/bin/builtin_impl_sources.gypi

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/builtin_impl_sources.gypi
diff --git a/runtime/bin/builtin_impl_sources.gypi b/runtime/bin/builtin_impl_sources.gypi
index 82138432fbace5d24fe4af7fbfe074d34f60d270..210f820fa4e0faf858b5e8513f75bf873417ed77 100644
--- a/runtime/bin/builtin_impl_sources.gypi
+++ b/runtime/bin/builtin_impl_sources.gypi
@@ -64,6 +64,9 @@
'set.h',
'set_test.cc',
'thread.h',
+ 'tls_socket.cc',
+ 'tls_socket.h',
+ 'tls_socket_linux.cc',
'utils.h',
'utils_linux.cc',
'utils_macos.cc',

Powered by Google App Engine
This is Rietveld 408576698