exports.gyp (753B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 { 5 'includes': [ 6 '../../coreconf/config.gypi' 7 ], 8 'variables': { 9 'module': 'nss', 10 }, 11 'conditions': [ 12 ['use_system_zlib==1', { 13 'targets': [{ 14 'target_name': 'lib_zlib_exports', 15 'type': 'none', 16 }], 17 }, { 18 'targets': [{ 19 'target_name': 'lib_zlib_exports', 20 'type': 'none', 21 'copies': [ 22 { 23 'files': [ 24 'zlib.h', 25 'zconf.h', 26 ], 27 'destination': '<(nss_private_dist_dir)/<(module)' 28 } 29 ] 30 }], 31 }], 32 ], 33 }