summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-13 01:16:45 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-13 01:16:45 +0000
commit355f9eaaf10a48e262d8ef29b581a88be91d9cdd (patch)
treec8cbb576432ecc999954a901d16ad4f8ed249a4f
parent618edef2dfea870c34800dbf3f2fd3f7be819300 (diff)
downloadpdfium-355f9eaaf10a48e262d8ef29b581a88be91d9cdd.tar.xz
Add missing config to core/fxcrt:seekablemultistream target.
Should have been part of commit e421d384. TBR=tsepez@chromium.org Change-Id: I042c1c85f915798dd393f5ea136edb86d644ca11 Reviewed-on: https://pdfium-review.googlesource.com/c/43982 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
-rw-r--r--core/fxcrt/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/fxcrt/BUILD.gn b/core/fxcrt/BUILD.gn
index 1fd82f0167..170d4d045d 100644
--- a/core/fxcrt/BUILD.gn
+++ b/core/fxcrt/BUILD.gn
@@ -135,6 +135,7 @@ if (pdf_enable_xfa) {
":fxcrt",
"../fpdfapi/parser",
]
+ configs += [ "../../:pdfium_core_config" ]
visibility = [ "../../*" ]
}
}