1 # Copyright (c) 2012 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.
46 'target_name': 'lzma_sdk',
47 'type': 'static_library',
53 # Upstream uses self-assignment to avoid warnings.
54 'clang_warning_flags': [ '-Wno-self-assign' ]
57 '<@(lzma_sdk_sources)',
62 'direct_dependent_settings': {
73 'target_name': 'lzma_sdk64',
74 'type': 'static_library',
80 # Upstream uses self-assignment to avoid warnings.
81 'clang_warning_flags': [ '-Wno-self-assign' ]
87 '<@(lzma_sdk_sources)',
91 'msvs_target_platform': 'x64',
94 'direct_dependent_settings': {