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

Side by Side Diff: third_party/fontconfig/config/mac/src/fcftaliastail.h

Issue 23301009: Add libpoppler for PDF rendering, take 2 (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Fix freetype.gyp file - accidentally nuked the override include Created 7 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 #if HAVE_GNUC_ATTRIBUTE
2 #ifdef __fcfreetype__
3 # undef FcFreeTypeCharIndex
4 extern __typeof (FcFreeTypeCharIndex) FcFreeTypeCharIndex __attribute((alias("IA __FcFreeTypeCharIndex"), visibility("default")));
5 # undef FcFreeTypeCharSetAndSpacing
6 extern __typeof (FcFreeTypeCharSetAndSpacing) FcFreeTypeCharSetAndSpacing __attr ibute((alias("IA__FcFreeTypeCharSetAndSpacing"), visibility("default")));
7 # undef FcFreeTypeCharSet
8 extern __typeof (FcFreeTypeCharSet) FcFreeTypeCharSet __attribute((alias("IA__Fc FreeTypeCharSet"), visibility("default")));
9 #endif /* __fcfreetype__ */
10 #ifdef __fcpat__
11 # undef FcPatternGetFTFace
12 extern __typeof (FcPatternGetFTFace) FcPatternGetFTFace __attribute((alias("IA__ FcPatternGetFTFace"), visibility("default")));
13 # undef FcPatternAddFTFace
14 extern __typeof (FcPatternAddFTFace) FcPatternAddFTFace __attribute((alias("IA__ FcPatternAddFTFace"), visibility("default")));
15 #endif /* __fcpat__ */
16 #ifdef __fcfreetype__
17 # undef FcFreeTypeQueryFace
18 extern __typeof (FcFreeTypeQueryFace) FcFreeTypeQueryFace __attribute((alias("IA __FcFreeTypeQueryFace"), visibility("default")));
19 #endif /* */
20 #endif /* HAVE_GNUC_ATTRIBUTE */
OLDNEW
« no previous file with comments | « third_party/fontconfig/config/mac/src/fcftalias.h ('k') | third_party/fontconfig/config/src/fcobjshash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698