diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-08-30 16:21:36 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-08-30 20:50:28 +0000 |
commit | cd07123993c2f6cfd2d08929e6ad27cab3ac74e9 (patch) | |
tree | 9a721335cc507c101557bec84d9022d7f971445a /BUILD.gn | |
parent | 5624fe39db570f5ad0fab80cf6314e95e4397698 (diff) | |
download | pdfium-cd07123993c2f6cfd2d08929e6ad27cab3ac74e9.tar.xz |
Move CFX_BinaryBuf out of fx_basic
This CL splits the CFX_BinaryBuf out of fx_basic into its own files. The
various includes have been updated.
Change-Id: I0fa616eeb4df6dd229c02dc3a0597b3dced59425
Reviewed-on: https://pdfium-review.googlesource.com/12412
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -804,6 +804,8 @@ config("fxge_warnings") { static_library("fxcrt") { sources = [ "core/fxcrt/cfx_autorestorer.h", + "core/fxcrt/cfx_binarybuf.cpp", + "core/fxcrt/cfx_binarybuf.h", "core/fxcrt/cfx_bitstream.cpp", "core/fxcrt/cfx_bitstream.h", "core/fxcrt/cfx_bytestring.cpp", |