summaryrefslogtreecommitdiff
path: root/third_party/third_party.gyp
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-07-30 10:29:19 -0700
committerTom Sepez <tsepez@chromium.org>2015-07-30 10:29:19 -0700
commit22955d987b30056d787d5eeb1a8ac8a1277bf5e0 (patch)
treeb109acf2d1ba26d4676357e4952a4baabba2af26 /third_party/third_party.gyp
parent452bafebc358d9a1d57266b31a5869584c0fbfb7 (diff)
downloadpdfium-22955d987b30056d787d5eeb1a8ac8a1277bf5e0.tar.xz
Use bundled freetype for the pdfium_test binary.
But use platform freetype for library itself according to the rules for the platform. This should greatly reduce per-platform diffs in the corpus tests, but requires that the corpus be rolled at the same time. When this rolls into chromium, its src/BUILD.gn will need to be updated to say third_party:fx_freetype instead of third_party:freetype. R=jam@chromium.org Review URL: https://codereview.chromium.org/1267493005 .
Diffstat (limited to 'third_party/third_party.gyp')
-rw-r--r--third_party/third_party.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/third_party.gyp b/third_party/third_party.gyp
index 79368b5a68..4403f3cdac 100644
--- a/third_party/third_party.gyp
+++ b/third_party/third_party.gyp
@@ -30,7 +30,7 @@
],
},
{
- 'target_name': 'freetype',
+ 'target_name': 'fx_freetype',
'type': 'static_library',
'defines': [
'FT2_BUILD_LIBRARY',