diff options
author | Lei Zhang <thestig@chromium.org> | 2018-09-22 06:03:28 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-09-22 06:03:28 +0000 |
commit | 4993f558f9df8f85404d4bca71808542d5a18266 (patch) | |
tree | 9a993a524b7bc642e63d367c34e490a084c6bf77 /BUILD.gn | |
parent | 36f4841d67037ce640273ce357d2d33f3e8567c3 (diff) | |
download | pdfium-4993f558f9df8f85404d4bca71808542d5a18266.tar.xz |
Remove CBC_CommonByteArray and CBC_QRCoderBlockPair.
CBC_CommonByteArray is just a std::vector. CBC_QRCoderBlockPair is just
a struct with two vectors.
Change-Id: I9e5fdab18f07a1cff7ee486dfce619f9391c80dc
Reviewed-on: https://pdfium-review.googlesource.com/42454
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Wei Li <weili@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1727,8 +1727,6 @@ if (pdf_enable_xfa) { "fxbarcode/common/BC_CommonBitArray.h", "fxbarcode/common/BC_CommonBitMatrix.cpp", "fxbarcode/common/BC_CommonBitMatrix.h", - "fxbarcode/common/BC_CommonByteArray.cpp", - "fxbarcode/common/BC_CommonByteArray.h", "fxbarcode/common/BC_CommonByteMatrix.cpp", "fxbarcode/common/BC_CommonByteMatrix.h", "fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp", @@ -1801,8 +1799,6 @@ if (pdf_enable_xfa) { "fxbarcode/qrcode/BC_QRCoder.h", "fxbarcode/qrcode/BC_QRCoderBitVector.cpp", "fxbarcode/qrcode/BC_QRCoderBitVector.h", - "fxbarcode/qrcode/BC_QRCoderBlockPair.cpp", - "fxbarcode/qrcode/BC_QRCoderBlockPair.h", "fxbarcode/qrcode/BC_QRCoderECBlocks.cpp", "fxbarcode/qrcode/BC_QRCoderECBlocks.h", "fxbarcode/qrcode/BC_QRCoderECBlocksData.cpp", |