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

Unified Diff: third_party/fontconfig/config/windows/src/fcftaliastail.h

Issue 23190020: Revert "The CL adds libpoppler to DEPS and adds a libpoppler-cpp gyp target for Linux, Windows, and… (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: 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
deleted file mode 100644
index f30f0f0e30f6949bde61c034baaf8b076e97a082..0000000000000000000000000000000000000000
--- a/third_party/fontconfig/config/windows/src/fcftaliastail.h
+++ /dev/null
@@ -1,26 +0,0 @@
-#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