diff options
author | Henrique Nakashima <hnakashima@chromium.org> | 2017-06-16 12:00:40 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-06-19 14:55:58 +0000 |
commit | 7ca47d55c9cbbec7e0a0b0beffffe348ae655086 (patch) | |
tree | ccae777513d025caa9fb5940933b2bb3a081602c /BUILD.gn | |
parent | cff4624521c5e0bfc0f4ee667ff90f37785db107 (diff) | |
download | pdfium-7ca47d55c9cbbec7e0a0b0beffffe348ae655086.tar.xz |
Converting CFX_ByteTextBuf to ostringstream in SAX.
Bug: pdfium:731
Change-Id: Ic492e8900c4a69082ff9c2384006a4e6bfa3313e
Reviewed-on: https://pdfium-review.googlesource.com/6592
Reviewed-by: Lei Zhang <thestig@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -874,6 +874,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", |