diff options
author | Tom Sepez <tsepez@chromium.org> | 2017-03-01 14:41:25 -0800 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-03-02 14:08:12 +0000 |
commit | 4a21114e3a95d3798c5027de33b8e90550fc0eb7 (patch) | |
tree | 493a167f34a0116e9b5c93bddf2b36e5ca70f5aa /BUILD.gn | |
parent | 65ec174225546abdc977c8f4c92e792e44ca4e0a (diff) | |
download | pdfium-4a21114e3a95d3798c5027de33b8e90550fc0eb7.tar.xz |
Use std::deque for CFX_TPOArray
They both encompass the same concept: a segmented
array that can grow without copying.
Change-Id: Ifc02207385b1bc106df41932c7b78ec2e9cc2146
Reviewed-on: https://pdfium-review.googlesource.com/2894
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1238,8 +1238,6 @@ if (pdf_enable_xfa) { "xfa/fgas/layout/fgas_rtfbreak.h", "xfa/fgas/layout/fgas_textbreak.cpp", "xfa/fgas/layout/fgas_textbreak.h", - "xfa/fgas/layout/fgas_unicode.cpp", - "xfa/fgas/layout/fgas_unicode.h", "xfa/fgas/localization/fgas_datetime.cpp", "xfa/fgas/localization/fgas_datetime.h", "xfa/fgas/localization/fgas_locale.cpp", |