| Index: runtime/bin/io_impl_sources.gypi
|
| diff --git a/runtime/bin/io_impl_sources.gypi b/runtime/bin/io_impl_sources.gypi
|
| index 9236ec744fe57566764370188cb6dc9904d4c975..611b458f5f6fd5d6039a064ee476a9b85b1c8cfb 100644
|
| --- a/runtime/bin/io_impl_sources.gypi
|
| +++ b/runtime/bin/io_impl_sources.gypi
|
| @@ -26,9 +26,9 @@
|
| 'filter_unsupported.cc',
|
| 'io_service.cc',
|
| 'io_service.h',
|
| + 'io_service_no_ssl.cc',
|
| + 'io_service_no_ssl.h',
|
| 'io_service_unsupported.cc',
|
| - 'net/nss_memio.cc',
|
| - 'net/nss_memio.h',
|
| 'platform.cc',
|
| 'platform.h',
|
| 'platform_android.cc',
|
| @@ -41,6 +41,7 @@
|
| 'process_linux.cc',
|
| 'process_macos.cc',
|
| 'process_win.cc',
|
| + '../../third_party/root_certificates/root_certificates.cc',
|
| 'secure_socket.cc',
|
| 'secure_socket.h',
|
| 'secure_socket_unsupported.cc',
|
| @@ -62,12 +63,15 @@
|
| 'conditions': [
|
| ['dart_io_secure_socket==1', {
|
| 'sources!' : [
|
| + 'io_service_no_ssl.cc',
|
| + 'io_service_no_ssl.h',
|
| 'secure_socket_unsupported.cc',
|
| ],
|
| }, { # else dart_io_secure_socket == 0
|
| 'sources!' : [
|
| - 'net/nss_memio.cc',
|
| - 'net/nss_memio.h',
|
| + '../../third_party/root_certificates/root_certificates.cc',
|
| + 'io_service.cc',
|
| + 'io_service.h',
|
| 'secure_socket.cc',
|
| 'secure_socket.h',
|
| ],
|
| @@ -83,8 +87,9 @@
|
| 'filter.h',
|
| 'io_service.cc',
|
| 'io_service.h',
|
| - 'net/nss_memio.cc',
|
| - 'net/nss_memio.h',
|
| + 'io_service_no_ssl.cc',
|
| + 'io_service_no_ssl.h',
|
| + '../../third_party/root_certificates/root_certificates.cc',
|
| 'secure_socket.cc',
|
| 'secure_socket.h',
|
| ],
|
|
|