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

Unified Diff: third_party/fontconfig/config/windows/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 side-by-side diff with in-line comments
Download patch
Index: third_party/fontconfig/config/windows/src/fcftaliastail.h
diff --git a/third_party/fontconfig/config/windows/src/fcftaliastail.h b/third_party/fontconfig/config/windows/src/fcftaliastail.h
new file mode 100644
index 0000000000000000000000000000000000000000..f30f0f0e30f6949bde61c034baaf8b076e97a082
--- /dev/null
+++ b/third_party/fontconfig/config/windows/src/fcftaliastail.h
@@ -0,0 +1,26 @@
+#if HAVE_GNUC_ATTRIBUTE
+#ifdef __fcfreetype__
+#undef FcFreeTypeCharIndex
+extern __typeof (FcFreeTypeCharIndex) FcFreeTypeCharIndex __attribute((alias("IA__FcFreeTypeCharIndex"), visibility("default")));
+#endif
+#ifdef __fcfreetype__
+#undef FcFreeTypeCharSetAndSpacing
+extern __typeof (FcFreeTypeCharSetAndSpacing) FcFreeTypeCharSetAndSpacing __attribute((alias("IA__FcFreeTypeCharSetAndSpacing"), visibility("default")));
+#endif
+#ifdef __fcfreetype__
+#undef FcFreeTypeCharSet
+extern __typeof (FcFreeTypeCharSet) FcFreeTypeCharSet __attribute((alias("IA__FcFreeTypeCharSet"), visibility("default")));
+#endif
+#ifdef __fcpat__
+#undef FcPatternGetFTFace
+extern __typeof (FcPatternGetFTFace) FcPatternGetFTFace __attribute((alias("IA__FcPatternGetFTFace"), visibility("default")));
+#endif
+#ifdef __fcpat__
+#undef FcPatternAddFTFace
+extern __typeof (FcPatternAddFTFace) FcPatternAddFTFace __attribute((alias("IA__FcPatternAddFTFace"), visibility("default")));
+#endif
+#ifdef __fcfreetype__
+#undef FcFreeTypeQueryFace
+extern __typeof (FcFreeTypeQueryFace) FcFreeTypeQueryFace __attribute((alias("IA__FcFreeTypeQueryFace"), visibility("default")));
+#endif
+#endif
« no previous file with comments | « third_party/fontconfig/config/windows/src/fcftalias.h ('k') | third_party/fontconfig/config/windows/unistd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698