1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 config("libpng_config") {
11 "CHROME_PNG_WRITE_SUPPORT",
16 #'toolsets': ['target', 'host'],
18 "CHROME_PNG_READ_PACK_SUPPORT", # Required by freetype.
23 if (component_mode == "shared_library") {
32 static_library("libpng") {
56 configs -= [ "//build/config/compiler:chromium_code" ]
57 configs += [ "//build/config/compiler:no_chromium_code" ]
59 forward_dependent_configs_from = [ "//third_party/zlib" ]
61 direct_dependent_configs = [ ":libpng_config" ]