| Index: runtime/tools/gyp/runtime-configurations.gypi
|
| diff --git a/runtime/tools/gyp/runtime-configurations.gypi b/runtime/tools/gyp/runtime-configurations.gypi
|
| index c4b352d079a1c641548110d38daedb28745d4855..4f889871d7fd95c600d58817ebc6597ccda0364a 100644
|
| --- a/runtime/tools/gyp/runtime-configurations.gypi
|
| +++ b/runtime/tools/gyp/runtime-configurations.gypi
|
| @@ -8,6 +8,7 @@
|
| # If we have not set dart_io_support to 1 in Dart's all.gypi or common.gypi,
|
| # then do not build the native libraries supporting dart:io.
|
| 'dart_io_support%': 0,
|
| + 'dart_io_secure_socket%': 1,
|
| # Intel VTune related variables.
|
| 'dart_vtune_support%': 0,
|
| 'conditions': [
|
|
|