1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
10 ['use_system_zlib==0', {
13 'target_name': 'zlib',
14 'type': 'static_library',
46 'direct_dependent_settings': {
53 'cflags!': [ '-ansi' ],
54 'defines': [ 'Z_HAVE_UNISTD_H' ],
56 ['OS=="mac" or OS=="ios" or OS=="freebsd" or OS=="android"', {
57 # Mac, Android and the BSDs don't have fopen64, ftello64, or
58 # fseeko64. We use fopen, ftell, and fseek instead on these
70 'target_name': 'zlib',
71 'type': 'static_library',
72 'direct_dependent_settings': {