From 995374a5df93181bbdfb75a808c76c7efed45dcd Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 12 Oct 2018 19:52:04 +0000 Subject: Split core/fxcrt build rules into core/fxcrt/BUILD.gn. Change-Id: I9b3608bd76ec4911a4bb820fcda62c5d9533fb4f Reviewed-on: https://pdfium-review.googlesource.com/c/43947 Reviewed-by: Henrique Nakashima Commit-Queue: Lei Zhang --- core/fxcodec/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/fxcodec/BUILD.gn') 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", ] -- cgit v1.2.3