Index: runtime/bin/zlib.gyp |
diff --git a/runtime/bin/zlib.gyp b/runtime/bin/zlib.gyp |
index 6f2f9131f7c09449ace7806aee5b83398aaf4eba..98555f9fb3b06bb345aa916568642f8c7183a3be 100644 |
--- a/runtime/bin/zlib.gyp |
+++ b/runtime/bin/zlib.gyp |
@@ -20,7 +20,6 @@ |
'zlib_path': '../../third_party/zlib', |
}, |
# Added by Dart. We do not indent, so diffs with the original are clearer. |
- 'conditions': [[ 'dart_io_support==1', { |
'targets': [ |
{ |
'target_name': 'zlib_dart', # Added by Dart (the _dart postfix) |
@@ -72,5 +71,4 @@ |
], |
}, |
], |
- }]], |
} |