Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: third_party/fontconfig/fontconfig.gyp

Issue 126823002: Fixup source locations for third_party/fontconfig (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/fontconfig/fontconfig.gyp
diff --git a/third_party/fontconfig/fontconfig.gyp b/third_party/fontconfig/fontconfig.gyp
index 1f4ee01e4ff2c8ccb40108413ef64873e8ab0007..1b21b3ce9aa871f15ec056aca3271ed0019d0b68 100644
--- a/third_party/fontconfig/fontconfig.gyp
+++ b/third_party/fontconfig/fontconfig.gyp
@@ -18,34 +18,34 @@
'FONTCONFIG_PATH="/etc/fonts"',
],
'sources': [
- 'src/fcarch.h',
- 'src/fcatomic.c',
- 'src/fcblanks.c',
- 'src/fccache.c',
- 'src/fccfg.c',
- 'src/fccharset.c',
- 'src/fccompat.c',
- 'src/fcdbg.c',
- 'src/fcdefault.c',
- 'src/fcdir.c',
- 'src/fcformat.c',
- 'src/fcfreetype.c',
- 'src/fcfs.c',
- 'src/fchash.c',
- 'src/fcinit.c',
- 'src/fclang.c',
- 'src/fclist.c',
- 'src/fcmatch.c',
- 'src/fcmatrix.c',
- 'src/fcname.c',
- 'src/fcobjs.c',
- 'src/fcpat.c',
- 'src/fcserialize.c',
- 'src/fcstat.c',
- 'src/fcstr.c',
- 'src/fcxml.c',
- 'src/ftglue.h',
- 'src/ftglue.c',
+ 'src/src/fcarch.h',
+ 'src/src/fcatomic.c',
+ 'src/src/fcblanks.c',
+ 'src/src/fccache.c',
+ 'src/src/fccfg.c',
+ 'src/src/fccharset.c',
+ 'src/src/fccompat.c',
+ 'src/src/fcdbg.c',
+ 'src/src/fcdefault.c',
+ 'src/src/fcdir.c',
+ 'src/src/fcformat.c',
+ 'src/src/fcfreetype.c',
+ 'src/src/fcfs.c',
+ 'src/src/fchash.c',
+ 'src/src/fcinit.c',
+ 'src/src/fclang.c',
+ 'src/src/fclist.c',
+ 'src/src/fcmatch.c',
+ 'src/src/fcmatrix.c',
+ 'src/src/fcname.c',
+ 'src/src/fcobjs.c',
+ 'src/src/fcpat.c',
+ 'src/src/fcserialize.c',
+ 'src/src/fcstat.c',
+ 'src/src/fcstr.c',
+ 'src/src/fcxml.c',
+ 'src/src/ftglue.h',
+ 'src/src/ftglue.c',
],
'include_dirs': [
'src',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698