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

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: 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 | « no previous file | DEPS » ('j') | no next file with comments »
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",
+ "third_party/freetype/include/freetype",
+ ]
defines = [
"OPJ_STATIC",
"V8_DEPRECATION_WARNINGS",
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698