blob: d138045073b9257a0e44536f13dd423fbcfb3d8d [file] [log] [blame]
# Copyright 2018 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.
source_set("7zS2_source") {
sources = [
"Precomp.h",
"SfxSetup.c",
]
defines = [
"_LZMA_PROB32",
"_WIN32",
]
include_dirs = [
".",
"../..",
]
public_deps = [
"//third_party/lzma_sdk:lzma_sdk",
]
}