| Index: third_party/lzma_sdk/lzma_sdk.gyp
|
| ===================================================================
|
| --- third_party/lzma_sdk/lzma_sdk.gyp (revision 79843)
|
| +++ third_party/lzma_sdk/lzma_sdk.gyp (working copy)
|
| @@ -5,33 +5,72 @@
|
| {
|
| 'variables': {
|
| 'lzma_sdk_sources': [
|
| - '7zCrc.c',
|
| - '7zCrc.h',
|
| - 'Archive/7z/7zAlloc.c',
|
| - 'Archive/7z/7zAlloc.h',
|
| - 'Archive/7z/7zBuffer.c',
|
| - 'Archive/7z/7zBuffer.h',
|
| - 'Archive/7z/7zDecode.c',
|
| - 'Archive/7z/7zDecode.h',
|
| - 'Archive/7z/7zExtract.c',
|
| - 'Archive/7z/7zExtract.h',
|
| - 'Archive/7z/7zHeader.c',
|
| - 'Archive/7z/7zHeader.h',
|
| - 'Archive/7z/7zIn.c',
|
| - 'Archive/7z/7zIn.h',
|
| - 'Archive/7z/7zItem.c',
|
| - 'Archive/7z/7zItem.h',
|
| - 'Archive/7z/7zMethodID.c',
|
| - 'Archive/7z/7zMethodID.h',
|
| - 'Compress/Branch/BranchTypes.h',
|
| - 'Compress/Branch/BranchX86.c',
|
| - 'Compress/Branch/BranchX86.h',
|
| - 'Compress/Branch/BranchX86_2.c',
|
| - 'Compress/Branch/BranchX86_2.h',
|
| - 'Compress/Lzma/LzmaDecode.c',
|
| - 'Compress/Lzma/LzmaDecode.h',
|
| - 'Compress/Lzma/LzmaTypes.h',
|
| - 'Types.h',
|
| + 'C/7z.h',
|
| + 'C/7zAlloc.c',
|
| + 'C/7zAlloc.h',
|
| + 'C/7zBuf.c',
|
| + 'C/7zBuf.h',
|
| + 'C/7zBuf2.c',
|
| + 'C/7zCrc.c',
|
| + 'C/7zCrc.h',
|
| + 'C/7zCrcOpt.c',
|
| + 'C/7zDec.c',
|
| + 'C/7zFile.c',
|
| + 'C/7zFile.h',
|
| + 'C/7zIn.c',
|
| + 'C/7zStream.c',
|
| + 'C/7zVersion.h',
|
| + 'C/Alloc.c',
|
| + 'C/Alloc.h',
|
| + 'C/Bcj2.c',
|
| + 'C/Bcj2.h',
|
| + 'C/Bra.c',
|
| + 'C/Bra.h',
|
| + 'C/Bra86.c',
|
| + 'C/BraIA64.c',
|
| + 'C/CpuArch.c',
|
| + 'C/CpuArch.h',
|
| + 'C/Delta.c',
|
| + 'C/Delta.h',
|
| + 'C/LzFind.c',
|
| + 'C/LzFind.h',
|
| + 'C/LzFindMt.c',
|
| + 'C/LzFindMt.h',
|
| + 'C/LzHash.h',
|
| + 'C/Lzma2Dec.c',
|
| + 'C/Lzma2Dec.h',
|
| + 'C/Lzma2Enc.c',
|
| + 'C/Lzma2Enc.h',
|
| + 'C/Lzma86.h',
|
| + 'C/Lzma86Dec.c',
|
| + 'C/Lzma86Enc.c',
|
| + 'C/LzmaDec.c',
|
| + 'C/LzmaDec.h',
|
| + 'C/LzmaEnc.c',
|
| + 'C/LzmaEnc.h',
|
| + 'C/LzmaLib.c',
|
| + 'C/LzmaLib.h',
|
| + 'C/MtCoder.c',
|
| + 'C/MtCoder.h',
|
| + 'C/Ppmd.h',
|
| + 'C/Ppmd7.c',
|
| + 'C/Ppmd7.h',
|
| + 'C/Ppmd7Dec.c',
|
| + 'C/Ppmd7Enc.c',
|
| + 'C/RotateDefs.h',
|
| + 'C/Sha256.c',
|
| + 'C/Sha256.h',
|
| + 'C/Threads.c',
|
| + 'C/Threads.h',
|
| + 'C/Types.h',
|
| + 'C/Xz.c',
|
| + 'C/Xz.h',
|
| + 'C/XzCrc64.c',
|
| + 'C/XzCrc64.h',
|
| + 'C/XzDec.c',
|
| + 'C/XzEnc.c',
|
| + 'C/XzEnc.h',
|
| + 'C/XzIn.c',
|
| ],
|
| },
|
| 'targets': [
|
| @@ -43,11 +82,8 @@
|
| '_LZMA_IN_CB',
|
| ],
|
| 'include_dirs': [
|
| - '.',
|
| + 'C',
|
| ],
|
| - # TODO: original configuration had /wd4800, add if
|
| - # necessary and delete if not.
|
| - # '/wd4800',
|
| 'msvs_guid': 'B84553C8-5676-427B-B3E4-23DDDC4DBC7B',
|
| 'sources': ['<@(lzma_sdk_sources)'],
|
| 'direct_dependent_settings': {
|
| @@ -55,7 +91,7 @@
|
| '_LZMA_IN_CB',
|
| ],
|
| 'include_dirs': [
|
| - '.',
|
| + 'C',
|
| ],
|
| },
|
| },
|
| @@ -71,7 +107,7 @@
|
| '_LZMA_IN_CB',
|
| ],
|
| 'include_dirs': [
|
| - '.',
|
| + 'C',
|
| ],
|
| 'sources': ['<@(lzma_sdk_sources)'],
|
| 'configurations': {
|
| @@ -84,7 +120,7 @@
|
| '_LZMA_IN_CB',
|
| ],
|
| 'include_dirs': [
|
| - '.',
|
| + 'C',
|
| ],
|
| },
|
| },
|
|
|