blob: 0adbbba3aeb1b09a5eb7a2d957b1520ea691447e [file] [log] [blame]
# Copyright 2016 The Fuchsia 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("zip") {
sources = [
"create_unzipper.cc",
"create_unzipper.h",
"memory_io.cc",
"memory_io.h",
"unique_unzipper.cc",
"unique_unzipper.h",
"unique_zipper.cc",
"unique_zipper.h",
"unzipper.cc",
"unzipper.h",
"zipper.cc",
"zipper.h",
]
public_deps = [
"//garnet/public/lib/fxl",
"//third_party/zlib:minizip",
]
}