summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorHenrique Nakashima <hnakashima@chromium.org>2017-07-19 14:12:03 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-07-19 19:07:42 +0000
commiteed247e9cb3b0e9ce5dcb8bf6ee7673c9dd3e544 (patch)
tree1fdf5130073a7567e5c88acb1c33fa8b81ae917c /BUILD.gn
parent88f474346523d64f64e444be0115c6226c9c62b3 (diff)
downloadpdfium-eed247e9cb3b0e9ce5dcb8bf6ee7673c9dd3e544.tar.xz
Converting CFX_ByteTextBuf to ostringstream in SAX.
Respin of https://pdfium-review.googlesource.com/c/6592 with fixes that avoid invalid reads. Bug: pdfium:731 Change-Id: I9395063505ba1a5c610e21b089ab8aa1a0a5b86f Reviewed-on: https://pdfium-review.googlesource.com/8290 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 1853d78e5c..e02882085b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -887,6 +887,7 @@ static_library("fxcrt") {
"core/fxcrt/fx_arabic.h",
"core/fxcrt/ifx_chariter.h",
"core/fxcrt/ifx_locale.h",
+ "core/fxcrt/xml/cfx_saxcontext.cpp",
"core/fxcrt/xml/cfx_saxcontext.h",
"core/fxcrt/xml/cfx_saxreader.cpp",
"core/fxcrt/xml/cfx_saxreader.h",