diff options
author | Lei Zhang <thestig@chromium.org> | 2017-03-31 16:11:55 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-04-01 01:11:06 +0000 |
commit | 984f1d877ac59315f4c070b1d63c9f651221760b (patch) | |
tree | 1331e5f64a079fb33eb8db4dc972f7ed6ce0bc14 /build_overrides/pdfium.gni | |
parent | 3cf9ec4e29ddb19f1ade22e1de5ad6b0e9829fd8 (diff) | |
download | pdfium-984f1d877ac59315f4c070b1d63c9f651221760b.tar.xz |
Use absolute paths for FreeType source code.
After moving to a DEPS based FreeType checkout, integration with
Chromium no longer works correctly when pdf_bundle_freetype is set
to true, because relative paths would point to
third_party/pdfium/third_party/freetype, and that no longer exists.
BUG=pdfium:688
TBR=drott@chromium.org,dsinclair@chromium.org,npm@chromium.org
Change-Id: I346072ddc1052d25be58ca1610f6d1c002fc03ef
Reviewed-on: https://pdfium-review.googlesource.com/3556
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'build_overrides/pdfium.gni')
-rw-r--r-- | build_overrides/pdfium.gni | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build_overrides/pdfium.gni b/build_overrides/pdfium.gni index a8ce2cff24..e42888f55f 100644 --- a/build_overrides/pdfium.gni +++ b/build_overrides/pdfium.gni @@ -12,9 +12,9 @@ pdf_enable_v8_override = true # Default: Without XFA support. pdf_enable_xfa_override = false -# Build PDFium either using the bundled FreeType, or using a third-party -# FreeType, configured by the embedder in //build/config/freetype. -# Default: Use the bundled FreeType. +# Build PDFium either using a bundled FreeType library, or using the FreeType +# target defined in //build/config/freetype. +# Default: Use a bundled FreeType. pdf_bundle_freetype_override = true # Build PDFium against skia (experimental) rather than agg, replacing all PDFium |