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

Unified Diff: third_party/freetype2/BUILD.gn

Issue 612523005: Roll FreeType to 2.4.8 plus Ubuntu Precise patches. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « DEPS ('k') | third_party/freetype2/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/freetype2/BUILD.gn
diff --git a/third_party/freetype2/BUILD.gn b/third_party/freetype2/BUILD.gn
index 803917fc905efdcdd3884918a6ab732e22a925f7..18ef5f5fe745e553d9ff3088291ec87306561b10 100644
--- a/third_party/freetype2/BUILD.gn
+++ b/third_party/freetype2/BUILD.gn
@@ -26,6 +26,7 @@ shared_library("freetype2") {
"src/src/base/ftgxval.c",
"src/src/base/ftinit.c",
"src/src/base/ftlcdfil.c",
+ "src/src/base/ftmm.c",
"src/src/base/ftpfr.c",
"src/src/base/ftstroke.c",
"src/src/base/ftsynth.c",
@@ -58,7 +59,6 @@ shared_library("freetype2") {
"FT_CONFIG_CONFIG_H=<ftconfig.h>", # See comments in README.chromium.
"FT_CONFIG_MODULES_H=<ftmodule.h>", # See comments in README.chromium.
- "FT_CONFIG_OPTIONS_H=<ftoption.h>", # See comments in README.chromium.
]
configs -= [ "//build/config/compiler:chromium_code" ]
« no previous file with comments | « DEPS ('k') | third_party/freetype2/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698