Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: third_party/lzma_sdk/lzma_sdk.gyp

Issue 2332843004: Remove GYP files. (Closed)
Patch Set: Merge Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libxslt/libxslt.gyp ('k') | third_party/mach_override/mach_override.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/lzma_sdk/lzma_sdk.gyp
diff --git a/third_party/lzma_sdk/lzma_sdk.gyp b/third_party/lzma_sdk/lzma_sdk.gyp
deleted file mode 100644
index a3d801bb40e70446d776c8c0bb8910af098a6f10..0000000000000000000000000000000000000000
--- a/third_party/lzma_sdk/lzma_sdk.gyp
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'variables': {
- 'lzma_sdk_sources': [
- '7z.h',
- '7zAlloc.c',
- '7zAlloc.h',
- '7zArcIn.c',
- '7zBuf.c',
- '7zBuf.h',
- '7zCrc.c',
- '7zCrc.h',
- '7zCrcOpt.c',
- '7zDec.c',
- '7zFile.c',
- '7zFile.h',
- '7zStream.c',
- '7zTypes.h',
- 'Alloc.c',
- 'Alloc.h',
- 'Bcj2.c',
- 'Bcj2.h',
- 'Bra.c',
- 'Bra.h',
- 'Bra86.c',
- 'Compiler.h',
- 'CpuArch.c',
- 'CpuArch.h',
- 'Delta.c',
- 'Delta.h',
- 'LzFind.c',
- 'LzFind.h',
- 'LzHash.h',
- 'Lzma2Dec.c',
- 'Lzma2Dec.h',
- 'LzmaEnc.c',
- 'LzmaEnc.h',
- 'LzmaDec.c',
- 'LzmaDec.h',
- 'LzmaLib.c',
- 'LzmaLib.h',
- 'Precomp.h',
- ],
- },
- 'targets': [
- {
- 'target_name': 'lzma_sdk',
- 'type': 'static_library',
- 'defines': [
- '_7ZIP_ST',
- '_7Z_NO_METHODS_FILTERS',
- '_LZMA_PROB32',
- ],
- 'variables': {
- # Upstream uses self-assignment to avoid warnings.
- 'clang_warning_flags': [ '-Wno-self-assign' ]
- },
- 'sources': [
- '<@(lzma_sdk_sources)',
- ],
- 'include_dirs': [
- '.',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- '.',
- ],
- },
- },
- ],
- 'conditions': [
- ['OS=="win"', {
- 'targets': [
- {
- 'target_name': 'lzma_sdk64',
- 'type': 'static_library',
- 'defines': [
- '_7ZIP_ST',
- '_LZMA_PROB32',
- ],
- 'variables': {
- # Upstream uses self-assignment to avoid warnings.
- 'clang_warning_flags': [ '-Wno-self-assign' ]
- },
- 'include_dirs': [
- '.',
- ],
- 'sources': [
- '<@(lzma_sdk_sources)',
- ],
- 'configurations': {
- 'Common_Base': {
- 'msvs_target_platform': 'x64',
- },
- },
- 'direct_dependent_settings': {
- 'include_dirs': [
- '.',
- ],
- },
- },
- ],
- }],
- ],
-}
« no previous file with comments | « third_party/libxslt/libxslt.gyp ('k') | third_party/mach_override/mach_override.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698