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

Unified Diff: third_party/freetype2/freetype2.patch

Issue 1524973002: Update freetype sources (2.6.2) in third party. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years 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 | « third_party/freetype2/README.chromium ('k') | third_party/freetype2/include/ftconfig.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/freetype2/freetype2.patch
diff --git a/third_party/freetype2/freetype2.patch b/third_party/freetype2/freetype2.patch
deleted file mode 100644
index 44bcc61df65f08955cfac9cfe53e4041d324dee7..0000000000000000000000000000000000000000
--- a/third_party/freetype2/freetype2.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff --git a/third_party/freetype2/include/ftconfig.h b/third_party/freetype2/include/ftconfig.h
-index 9ea3546..16f8854 100644
---- a/third_party/freetype2/include/ftconfig.h
-+++ b/third_party/freetype2/include/ftconfig.h
-@@ -397,9 +397,9 @@ FT_BEGIN_HEADER
- #ifndef FT_EXPORT
-
- #ifdef __cplusplus
--#define FT_EXPORT( x ) extern "C" x
-+#define FT_EXPORT( x ) __attribute__((visibility("default"))) extern "C" x
- #else
--#define FT_EXPORT( x ) extern x
-+#define FT_EXPORT( x ) __attribute__((visibility("default"))) extern x
- #endif
-
- #endif /* !FT_EXPORT */
-@@ -408,9 +408,9 @@ FT_BEGIN_HEADER
- #ifndef FT_EXPORT_DEF
-
- #ifdef __cplusplus
--#define FT_EXPORT_DEF( x ) extern "C" x
-+#define FT_EXPORT_DEF( x ) __attribute__((visibility("default"))) extern "C" x
- #else
--#define FT_EXPORT_DEF( x ) extern x
-+#define FT_EXPORT_DEF( x ) __attribute__((visibility("default"))) extern x
- #endif
-
- #endif /* !FT_EXPORT_DEF */
« no previous file with comments | « third_party/freetype2/README.chromium ('k') | third_party/freetype2/include/ftconfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698