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

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: Address comments (done). 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 ad64eacf69edf8def5a67fb71f2f5f99bd6248d2..cf1739dba9773cdef10eb334bee78347a0038a0b 100644
--- a/runtime/bin/builtin_impl_sources.gypi
+++ b/runtime/bin/builtin_impl_sources.gypi
@@ -61,6 +61,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',
@@ -82,6 +84,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