From d66f592b8d55bc68e360c6b0155799719bb2125a Mon Sep 17 00:00:00 2001 From: Bo Xu Date: Fri, 19 Dec 2014 15:42:10 -0800 Subject: Adjust xfa.gyp to match freetype update. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/821493002 --- xfa.gyp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xfa.gyp b/xfa.gyp index 3ed55692fb..c94cdba789 100644 --- a/xfa.gyp +++ b/xfa.gyp @@ -12,6 +12,10 @@ 'include_dirs': [ '<(DEPTH)/v8', '<(DEPTH)/v8/include', + 'third_party/freetype/include', + ], + 'defines' : [ + 'FT2_BUILD_LIBRARY', ], "sources":[ "xfa/include/foxitxfa.h", -- cgit v1.2.3