diff options
Diffstat (limited to 'core/fxcodec')
-rw-r--r-- | core/fxcodec/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcodec/BUILD.gn b/core/fxcodec/BUILD.gn index ec4843f700..442a058ed0 100644 --- a/core/fxcodec/BUILD.gn +++ b/core/fxcodec/BUILD.gn @@ -69,10 +69,10 @@ jumbo_source_set("fxcodec") { configs += [ "../../:pdfium_core_config" ] include_dirs = [] deps = [ - "../../:fxcrt", "../../third_party:fx_libopenjpeg", "../../third_party:lcms2", "../../third_party:zlib", + "../fxcrt", "//third_party:jpeg", ] |