diff options
author | Lei Zhang <thestig@chromium.org> | 2017-03-28 13:56:29 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-03-29 00:18:20 +0000 |
commit | 7b70189491e211a0340a110eceddc06a307ac820 (patch) | |
tree | e49f90917840779d0bf6d93339d98686a090b431 /samples/BUILD.gn | |
parent | ec1843d2f61a85a7484627b828da317e4dd9c0a4 (diff) | |
download | pdfium-7b70189491e211a0340a110eceddc06a307ac820.tar.xz |
Default to using bundled FreeType on Linux.
Add override option for embedders.
BUG=pdfium:143
Change-Id: If8e97fddf46127ba387e4165a973b78a8a642028
Reviewed-on: https://pdfium-review.googlesource.com/3190
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Nicolás Peña <npm@chromium.org>
Diffstat (limited to 'samples/BUILD.gn')
-rw-r--r-- | samples/BUILD.gn | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/samples/BUILD.gn b/samples/BUILD.gn index 23f4d0ca56..d658a33cf8 100644 --- a/samples/BUILD.gn +++ b/samples/BUILD.gn @@ -55,11 +55,6 @@ executable("pdfium_test") { "../:test_support", "//build/config/sanitizers:deps", "//build/win:default_exe_manifest", - - # Regardless of whether the library ships against system freetype, - # always link this binary against the bundled one for consistency - # of results across platforms. - "../third_party:fx_freetype", ] if (!pdf_enable_xfa) { deps += [ "../third_party:fx_lpng" ] |