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

Unified Diff: third_party/BUILD.gn

Issue 1413673003: Update bundled freetype to 2.6.1 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: DEPS for corpus Created 5 years, 1 month 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 | « pdfium.gyp ('k') | third_party/freetype/0000-include.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/BUILD.gn
diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn
index e9e50cd0b9ed2c5535b17be3b75c2dec43322cbb..b1fc5487c40eccccf64996c089ee7b05c51ce00a 100644
--- a/third_party/BUILD.gn
+++ b/third_party/BUILD.gn
@@ -51,15 +51,15 @@ static_library("fx_freetype") {
]
defines = [ "FT2_BUILD_LIBRARY" ]
sources = [
- "freetype/include/freetype.h",
+ "freetype/include/freetype/freetype.h",
+ "freetype/include/freetype/ftmm.h",
+ "freetype/include/freetype/ftotval.h",
+ "freetype/include/freetype/ftoutln.h",
+ "freetype/include/freetype/internal/ftobjs.h",
+ "freetype/include/freetype/internal/ftstream.h",
+ "freetype/include/freetype/internal/tttypes.h",
+ "freetype/include/freetype/tttables.h",
"freetype/include/ft2build.h",
- "freetype/include/ftmm.h",
- "freetype/include/ftotval.h",
- "freetype/include/ftoutln.h",
- "freetype/include/internal/ftobjs.h",
- "freetype/include/internal/ftstream.h",
- "freetype/include/internal/tttypes.h",
- "freetype/include/tttables.h",
"freetype/src/base/ftbase.c",
"freetype/src/base/ftbase.h",
"freetype/src/base/ftbitmap.c",
« no previous file with comments | « pdfium.gyp ('k') | third_party/freetype/0000-include.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698