|
856 | 856 | 'run_torque', |
857 | 857 | 'v8_internal_headers', |
858 | 858 | 'v8_maybe_icu', |
859 | | - 'v8_zlib', |
| 859 | + '../../deps/zlib/zlib.gyp:zlib', |
860 | 860 | 'v8_pch', |
861 | 861 | ], |
862 | 862 | 'includes': ['inspector.gypi'], |
|
2002 | 2002 | 'sources': ['<(SHARED_INTERMEDIATE_DIR)/debug-support.cc', ], |
2003 | 2003 | }, |
2004 | 2004 | }, # postmortem-metadata |
2005 | | - |
2006 | | - { |
2007 | | - 'target_name': 'v8_zlib', |
2008 | | - 'type': 'static_library', |
2009 | | - 'toolsets': ['host', 'target'], |
2010 | | - 'conditions': [ |
2011 | | - ['OS=="win"', { |
2012 | | - 'conditions': [ |
2013 | | - ['"<(target_arch)"=="arm64" and _toolset=="target"', { |
2014 | | - 'defines': ['CPU_NO_SIMD'] |
2015 | | - }, { |
2016 | | - 'defines': ['X86_WINDOWS'] |
2017 | | - }] |
2018 | | - ] |
2019 | | - }], |
2020 | | - ], |
2021 | | - 'direct_dependent_settings': { |
2022 | | - 'include_dirs': [ |
2023 | | - '<(V8_ROOT)/third_party/zlib', |
2024 | | - '<(V8_ROOT)/third_party/zlib/google', |
2025 | | - ], |
2026 | | - }, |
2027 | | - 'defines': [ 'ZLIB_IMPLEMENTATION' ], |
2028 | | - 'include_dirs': [ |
2029 | | - '<(V8_ROOT)/third_party/zlib', |
2030 | | - '<(V8_ROOT)/third_party/zlib/google', |
2031 | | - ], |
2032 | | - 'sources': [ |
2033 | | - '<(V8_ROOT)/third_party/zlib/adler32.c', |
2034 | | - '<(V8_ROOT)/third_party/zlib/chromeconf.h', |
2035 | | - '<(V8_ROOT)/third_party/zlib/compress.c', |
2036 | | - '<(V8_ROOT)/third_party/zlib/contrib/optimizations/insert_string.h', |
2037 | | - '<(V8_ROOT)/third_party/zlib/contrib/optimizations/insert_string.h', |
2038 | | - '<(V8_ROOT)/third_party/zlib/cpu_features.c', |
2039 | | - '<(V8_ROOT)/third_party/zlib/cpu_features.h', |
2040 | | - '<(V8_ROOT)/third_party/zlib/crc32.c', |
2041 | | - '<(V8_ROOT)/third_party/zlib/crc32.h', |
2042 | | - '<(V8_ROOT)/third_party/zlib/deflate.c', |
2043 | | - '<(V8_ROOT)/third_party/zlib/deflate.h', |
2044 | | - '<(V8_ROOT)/third_party/zlib/gzclose.c', |
2045 | | - '<(V8_ROOT)/third_party/zlib/gzguts.h', |
2046 | | - '<(V8_ROOT)/third_party/zlib/gzlib.c', |
2047 | | - '<(V8_ROOT)/third_party/zlib/gzread.c', |
2048 | | - '<(V8_ROOT)/third_party/zlib/gzwrite.c', |
2049 | | - '<(V8_ROOT)/third_party/zlib/infback.c', |
2050 | | - '<(V8_ROOT)/third_party/zlib/inffast.c', |
2051 | | - '<(V8_ROOT)/third_party/zlib/inffast.h', |
2052 | | - '<(V8_ROOT)/third_party/zlib/inffixed.h', |
2053 | | - '<(V8_ROOT)/third_party/zlib/inflate.c', |
2054 | | - '<(V8_ROOT)/third_party/zlib/inflate.h', |
2055 | | - '<(V8_ROOT)/third_party/zlib/inftrees.c', |
2056 | | - '<(V8_ROOT)/third_party/zlib/inftrees.h', |
2057 | | - '<(V8_ROOT)/third_party/zlib/trees.c', |
2058 | | - '<(V8_ROOT)/third_party/zlib/trees.h', |
2059 | | - '<(V8_ROOT)/third_party/zlib/uncompr.c', |
2060 | | - '<(V8_ROOT)/third_party/zlib/zconf.h', |
2061 | | - '<(V8_ROOT)/third_party/zlib/zlib.h', |
2062 | | - '<(V8_ROOT)/third_party/zlib/zutil.c', |
2063 | | - '<(V8_ROOT)/third_party/zlib/zutil.h', |
2064 | | - '<(V8_ROOT)/third_party/zlib/google/compression_utils_portable.cc', |
2065 | | - '<(V8_ROOT)/third_party/zlib/google/compression_utils_portable.h', |
2066 | | - ], |
2067 | | - }, # v8_zlib |
2068 | 2005 | ], |
2069 | 2006 | } |
0 commit comments