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"',
26 'src/src/fccharset.c',
29 'src/src/fcdefault.c',
32 'src/src/fcfreetype.c',
43 'src/src/fcserialize.c',
55 'direct_dependent_settings': {