diff options
author | Lei Zhang <thestig@chromium.org> | 2015-11-06 10:32:28 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-11-06 10:32:28 -0800 |
commit | 461b634b8b45bf022412b364fac37f6ad3cafb69 (patch) | |
tree | 4fcfcc8c18ce375ebcadcaeeeeb0d7beb2c30336 /third_party/third_party.gyp | |
parent | b3a8c21f42a588f80a849566bed6bcb1a82a50c6 (diff) | |
download | pdfium-461b634b8b45bf022412b364fac37f6ad3cafb69.tar.xz |
XFA: Sync samples/ build files with master.
This makes pdfium_test always link with the bundled freetype, which will
fix many failing corpus tests.
This merges snippets of 34bb6c58fe60206a08dc0a1f37b7cfe83e8c762c
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1423063006 .
Diffstat (limited to 'third_party/third_party.gyp')
-rw-r--r-- | third_party/third_party.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/third_party.gyp b/third_party/third_party.gyp index 378b2058dc..55a7e3392e 100644 --- a/third_party/third_party.gyp +++ b/third_party/third_party.gyp @@ -33,7 +33,7 @@ ], }, { - 'target_name': 'freetype', + 'target_name': 'fx_freetype', 'type': 'static_library', 'defines': [ 'FT2_BUILD_LIBRARY', |