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',
34 'src/src/fccharset.c',
37 'src/src/fcdefault.c',
40 'src/src/fcfreetype.c',
51 'src/src/fcserialize.c',
63 'direct_dependent_settings': {