|
864 | 864 | 'run_torque', |
865 | 865 | 'v8_internal_headers', |
866 | 866 | 'v8_maybe_icu', |
867 | | - 'v8_zlib', |
| 867 | + '../../deps/zlib/zlib.gyp:zlib', |
868 | 868 | ], |
869 | 869 | 'includes': ['inspector.gypi'], |
870 | 870 | 'direct_dependent_settings': { |
|
2022 | 2022 | 'sources': ['<(SHARED_INTERMEDIATE_DIR)/debug-support.cc', ], |
2023 | 2023 | }, |
2024 | 2024 | }, # postmortem-metadata |
2025 | | - |
2026 | | - { |
2027 | | - 'target_name': 'v8_zlib', |
2028 | | - 'type': 'static_library', |
2029 | | - 'toolsets': ['host', 'target'], |
2030 | | - 'conditions': [ |
2031 | | - ['OS=="win"', { |
2032 | | - 'conditions': [ |
2033 | | - ['"<(target_arch)"=="arm64" and _toolset=="target"', { |
2034 | | - 'defines': ['CPU_NO_SIMD'] |
2035 | | - }, { |
2036 | | - 'defines': ['X86_WINDOWS'] |
2037 | | - }] |
2038 | | - ] |
2039 | | - }], |
2040 | | - ], |
2041 | | - 'direct_dependent_settings': { |
2042 | | - 'include_dirs': [ |
2043 | | - '<(V8_ROOT)/third_party/zlib', |
2044 | | - '<(V8_ROOT)/third_party/zlib/google', |
2045 | | - ], |
2046 | | - }, |
2047 | | - 'defines': [ 'ZLIB_IMPLEMENTATION' ], |
2048 | | - 'include_dirs': [ |
2049 | | - '<(V8_ROOT)/third_party/zlib', |
2050 | | - '<(V8_ROOT)/third_party/zlib/google', |
2051 | | - ], |
2052 | | - 'sources': [ |
2053 | | - '<(V8_ROOT)/third_party/zlib/adler32.c', |
2054 | | - '<(V8_ROOT)/third_party/zlib/chromeconf.h', |
2055 | | - '<(V8_ROOT)/third_party/zlib/compress.c', |
2056 | | - '<(V8_ROOT)/third_party/zlib/contrib/optimizations/insert_string.h', |
2057 | | - '<(V8_ROOT)/third_party/zlib/contrib/optimizations/insert_string.h', |
2058 | | - '<(V8_ROOT)/third_party/zlib/cpu_features.c', |
2059 | | - '<(V8_ROOT)/third_party/zlib/cpu_features.h', |
2060 | | - '<(V8_ROOT)/third_party/zlib/crc32.c', |
2061 | | - '<(V8_ROOT)/third_party/zlib/crc32.h', |
2062 | | - '<(V8_ROOT)/third_party/zlib/deflate.c', |
2063 | | - '<(V8_ROOT)/third_party/zlib/deflate.h', |
2064 | | - '<(V8_ROOT)/third_party/zlib/gzclose.c', |
2065 | | - '<(V8_ROOT)/third_party/zlib/gzguts.h', |
2066 | | - '<(V8_ROOT)/third_party/zlib/gzlib.c', |
2067 | | - '<(V8_ROOT)/third_party/zlib/gzread.c', |
2068 | | - '<(V8_ROOT)/third_party/zlib/gzwrite.c', |
2069 | | - '<(V8_ROOT)/third_party/zlib/infback.c', |
2070 | | - '<(V8_ROOT)/third_party/zlib/inffast.c', |
2071 | | - '<(V8_ROOT)/third_party/zlib/inffast.h', |
2072 | | - '<(V8_ROOT)/third_party/zlib/inffixed.h', |
2073 | | - '<(V8_ROOT)/third_party/zlib/inflate.c', |
2074 | | - '<(V8_ROOT)/third_party/zlib/inflate.h', |
2075 | | - '<(V8_ROOT)/third_party/zlib/inftrees.c', |
2076 | | - '<(V8_ROOT)/third_party/zlib/inftrees.h', |
2077 | | - '<(V8_ROOT)/third_party/zlib/trees.c', |
2078 | | - '<(V8_ROOT)/third_party/zlib/trees.h', |
2079 | | - '<(V8_ROOT)/third_party/zlib/uncompr.c', |
2080 | | - '<(V8_ROOT)/third_party/zlib/zconf.h', |
2081 | | - '<(V8_ROOT)/third_party/zlib/zlib.h', |
2082 | | - '<(V8_ROOT)/third_party/zlib/zutil.c', |
2083 | | - '<(V8_ROOT)/third_party/zlib/zutil.h', |
2084 | | - '<(V8_ROOT)/third_party/zlib/google/compression_utils_portable.cc', |
2085 | | - '<(V8_ROOT)/third_party/zlib/google/compression_utils_portable.h', |
2086 | | - ], |
2087 | | - }, # v8_zlib |
2088 | 2025 | ], |
2089 | 2026 | } |
0 commit comments