diff options
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" ] |