| # Copyright 2017 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. |
| import("//build_overrides/build.gni") |
| if (build_with_chromium) { |
| "//third_party/zlib:minizip", |
| static_library("compression_utils") { |
| ":compression_utils_portable", |
| # This allows other users of Chromium's zlib library, but don't use Chromium's |
| # //base, to reuse some boilerplate code. |
| static_library("compression_utils_portable") { |
| "compression_utils_portable.cc", |
| "compression_utils_portable.h", |