diff options
author | Bo Xu <bo_xu@foxitsoftware.com> | 2014-12-19 15:42:10 -0800 |
---|---|---|
committer | Bo Xu <bo_xu@foxitsoftware.com> | 2014-12-19 15:42:10 -0800 |
commit | d66f592b8d55bc68e360c6b0155799719bb2125a (patch) | |
tree | 879078e3d4edeb4c34d626fe7e937a3387040fe1 | |
parent | 4c764f391a4cfb82c81117cf9f249a8598be1cc5 (diff) | |
download | pdfium-d66f592b8d55bc68e360c6b0155799719bb2125a.tar.xz |
Adjust xfa.gyp to match freetype update.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/821493002
-rw-r--r-- | xfa.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ 'include_dirs': [ '<(DEPTH)/v8', '<(DEPTH)/v8/include', + 'third_party/freetype/include', + ], + 'defines' : [ + 'FT2_BUILD_LIBRARY', ], "sources":[ "xfa/include/foxitxfa.h", |