From ccd5be05f61c85754daf5c8155f4932f6d35a55a Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 30 Aug 2017 13:23:44 -0400 Subject: 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 Reviewed-by: Tom Sepez --- BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 1a08382bf6..969c917924 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -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", -- cgit v1.2.3