diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-08-30 13:23:44 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-08-30 17:33:36 +0000 |
commit | ccd5be05f61c85754daf5c8155f4932f6d35a55a (patch) | |
tree | 7ec719348aed7e92cdb8b28887bffcf583a7c819 /BUILD.gn | |
parent | 68eefa6a6f6bbab73000a29e2cac3e104be1cc81 (diff) | |
download | pdfium-ccd5be05f61c85754daf5c8155f4932f6d35a55a.tar.xz |
Move CFX_BitStream to its own file
This CL moves the CFX_BitStream code out of fx_basic and into
cfx_bitstream.
Bug: pdfium:867
Change-Id: I5b7e6190a7db1fe1d24feb6bd676035a5c73ee92
Reviewed-on: https://pdfium-review.googlesource.com/12350
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -803,6 +803,8 @@ config("fxge_warnings") { static_library("fxcrt") { sources = [ + "core/fxcrt/cfx_bitstream.cpp", + "core/fxcrt/cfx_bitstream.h", "core/fxcrt/cfx_bytestring.cpp", "core/fxcrt/cfx_bytestring.h", "core/fxcrt/cfx_datetime.cpp", |