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

Unified Diff: third_party/freetype/include/fterrors.h

Issue 815103002: Update freetype to 2.5.4. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Adjust GYP and GN Created 6 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/freetype/include/fterrdef.h ('k') | third_party/freetype/include/ftgasp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/freetype/include/fterrors.h
diff --git a/core/include/thirdparties/freetype/freetype/fterrors.h b/third_party/freetype/include/fterrors.h
similarity index 98%
rename from core/include/thirdparties/freetype/freetype/fterrors.h
rename to third_party/freetype/include/fterrors.h
index bd69d0f5e18c09d4b0fe37e4e8b824f91d1b299f..0fa3e4dce19e179a66e7581c09af2035edc89538 100644
--- a/core/include/thirdparties/freetype/freetype/fterrors.h
+++ b/third_party/freetype/include/fterrors.h
@@ -75,7 +75,7 @@
/* const char* err_msg; */
/* } ft_errors[] = */
/* */
- /* #include "fterrors.h" */
+ /* #include FT_ERRORS_H */
/* } */
/* */
/*************************************************************************/
@@ -86,7 +86,7 @@
/* include module base error codes */
-#include "ftmoderr.h"
+#include FT_MODULE_ERRORS_H
/*******************************************************************/
@@ -157,7 +157,7 @@
/* now include the error codes */
-#include "fterrdef.h"
+#include FT_ERROR_DEFINITIONS_H
#ifdef FT_ERROR_END_LIST
« no previous file with comments | « third_party/freetype/include/fterrdef.h ('k') | third_party/freetype/include/ftgasp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698