blob: 1d88f3c187e36423368ff5de029c11d8bc049f63 [file] [log] [blame]
# Copyright 2015 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//third_party/bspatch/visibility.gni")
source_set("bspatch") {
sources = [
"mbspatch.cc",
"mbspatch.h",
]
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [ "//build/config/compiler:no_chromium_code" ]
deps = [ "//third_party/lzma_sdk" ]
}