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.
8 'target_name': 'fontconfig',
9 'type': '<(component)',
11 '../zlib/zlib.gyp:zlib',
12 '../../build/linux/system.gyp:freetype2',
13 '../libxml/libxml.gyp:libxml',
17 'FC_CACHEDIR="/var/cache/fontconfig"',
18 'FONTCONFIG_PATH="/etc/fonts"',
22 # Work around a null-conversion warning. See crbug.com/358852.
24 '-Wno-non-literal-null-conversion',
35 'src/src/fccharset.c',
38 'src/src/fcdefault.c',
41 'src/src/fcfreetype.c',
52 'src/src/fcserialize.c',
64 'direct_dependent_settings': {