Commit d3ad925a authored by spang@chromium.org's avatar spang@chromium.org

Fixup source locations for third_party/fontconfig

The fontconfig repository moved to from third_party/fontconfig to third_party/fontconfig/src.

TBR=darin@chromium.org
NOTRY=true
BUG=318315

Review URL: https://codereview.chromium.org/126823002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243418 0039d316-1c4b-4281-b951-d872f2087c98
parent c6fe45c1
...@@ -18,34 +18,34 @@ ...@@ -18,34 +18,34 @@
'FONTCONFIG_PATH="/etc/fonts"', 'FONTCONFIG_PATH="/etc/fonts"',
], ],
'sources': [ 'sources': [
'src/fcarch.h', 'src/src/fcarch.h',
'src/fcatomic.c', 'src/src/fcatomic.c',
'src/fcblanks.c', 'src/src/fcblanks.c',
'src/fccache.c', 'src/src/fccache.c',
'src/fccfg.c', 'src/src/fccfg.c',
'src/fccharset.c', 'src/src/fccharset.c',
'src/fccompat.c', 'src/src/fccompat.c',
'src/fcdbg.c', 'src/src/fcdbg.c',
'src/fcdefault.c', 'src/src/fcdefault.c',
'src/fcdir.c', 'src/src/fcdir.c',
'src/fcformat.c', 'src/src/fcformat.c',
'src/fcfreetype.c', 'src/src/fcfreetype.c',
'src/fcfs.c', 'src/src/fcfs.c',
'src/fchash.c', 'src/src/fchash.c',
'src/fcinit.c', 'src/src/fcinit.c',
'src/fclang.c', 'src/src/fclang.c',
'src/fclist.c', 'src/src/fclist.c',
'src/fcmatch.c', 'src/src/fcmatch.c',
'src/fcmatrix.c', 'src/src/fcmatrix.c',
'src/fcname.c', 'src/src/fcname.c',
'src/fcobjs.c', 'src/src/fcobjs.c',
'src/fcpat.c', 'src/src/fcpat.c',
'src/fcserialize.c', 'src/src/fcserialize.c',
'src/fcstat.c', 'src/src/fcstat.c',
'src/fcstr.c', 'src/src/fcstr.c',
'src/fcxml.c', 'src/src/fcxml.c',
'src/ftglue.h', 'src/src/ftglue.h',
'src/ftglue.c', 'src/src/ftglue.c',
], ],
'include_dirs': [ 'include_dirs': [
'src', 'src',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment