From 7b70189491e211a0340a110eceddc06a307ac820 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Tue, 28 Mar 2017 13:56:29 -0700 Subject: Default to using bundled FreeType on Linux. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add override option for embedders. BUG=pdfium:143 Change-Id: If8e97fddf46127ba387e4165a973b78a8a642028 Reviewed-on: https://pdfium-review.googlesource.com/3190 Commit-Queue: Lei Zhang Reviewed-by: Nicolás Peña --- samples/BUILD.gn | 5 ----- 1 file changed, 5 deletions(-) (limited to 'samples') 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" ] -- cgit v1.2.3