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

Unified Diff: runtime/bin/builtin_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: Switch to system of patched libraries in dart:io for new TlsSocket class. Created 8 years, 2 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 297d4b0b89f97a7e771853051ce661dcbd56e26f..7c1bdd40c1c7e3e81cf5fabf2ed951891b92e75e 100644
--- a/runtime/bin/builtin_impl_sources.gypi
+++ b/runtime/bin/builtin_impl_sources.gypi
@@ -59,6 +59,8 @@
'fdutils_macos.cc',
'hashmap_test.cc',
'isolate_data.h',
+ 'net/nss_memio.cc',
+ 'net/nss_memio.h',
'platform.cc',
'platform.h',
'platform_android.cc',
@@ -80,6 +82,8 @@
'set.h',
'set_test.cc',
'thread.h',
+ 'tls_socket.cc',
+ 'tls_socket.h',
'utils.h',
'utils_android.cc',
'utils_linux.cc',

Powered by Google App Engine
This is Rietveld 408576698