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

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: Stub out win32 and macos platforms. Created 8 years, 4 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 32f1dc70b2d7ea7b05f3004ce1b525867180dd61..d8bdd3fbb0cb6cf50e8596397e2e96157dd9c113 100644
--- a/runtime/bin/builtin_impl_sources.gypi
+++ b/runtime/bin/builtin_impl_sources.gypi
@@ -62,6 +62,9 @@
'set.h',
'set_test.cc',
'thread.h',
+ 'tls_socket.cc',
+ 'tls_socket.h',
+ 'tls_socket_linux.cc',
Søren Gjesse 2012/08/09 10:22:52 Don't we need empty implementations for Mac OS and
Bill Hesse 2012/08/13 11:20:03 Done.
'utils.h',
'utils_linux.cc',
'utils_macos.cc',
« no previous file with comments | « runtime/bin/bin.gypi ('k') | runtime/bin/builtin_natives.cc » ('j') | runtime/bin/tls_socket.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698