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

Unified Diff: BUILD.gn

Issue 1413673003: Update bundled freetype to 2.6.1 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: 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 | « no previous file | pdfium.gyp » ('j') | third_party/freetype/include/freetype/config/ftmodule.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 8b5092a1eb0b431f804928c073ceb0c8193a3a9b..11bba08d14713f9cef432111a019db14c0765198 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -7,7 +7,10 @@ import("pdfium.gni")
config("pdfium_config") {
cflags = []
- include_dirs = [ "third_party/freetype/include" ]
+ include_dirs = [
+ "third_party/freetype/include",
Lei Zhang 2015/11/05 18:29:56 This is for ft2build.h I presume?
Oliver Chang 2015/11/05 18:45:26 yep.
+ "third_party/freetype/include/freetype",
+ ]
defines = [
"OPJ_STATIC",
"V8_DEPRECATION_WARNINGS",
« no previous file with comments | « no previous file | pdfium.gyp » ('j') | third_party/freetype/include/freetype/config/ftmodule.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698