blob: 95b4b582b7cf2a0316dac22ad1180569af2a644a [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" ]
}