deps: don't set zlib's product_name

PR-URL: https://github.com/iojs/io.js/pull/276
Reviewed-by: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
Bert Belder 2015-01-10 02:36:17 +01:00
parent 59ad4b0432
commit ad37509c0b

1
deps/zlib/zlib.gyp vendored
View File

@ -60,7 +60,6 @@
}, },
'conditions': [ 'conditions': [
['OS!="win"', { ['OS!="win"', {
'product_name': 'chrome_zlib',
'cflags!': [ '-ansi' ], 'cflags!': [ '-ansi' ],
'defines': [ 'Z_HAVE_UNISTD_H' ], 'defines': [ 'Z_HAVE_UNISTD_H' ],
'sources!': [ 'sources!': [