Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index e6edda3d1c12dccadebd527d421012acdcf83d1b..87405575c76115aef7694cd19b9a7c612ffe5900 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", |
| "PNG_PREFIX", |