From 5527682463d1c250e01e868655b58da7625db0c1 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Thu, 19 Jul 2018 17:39:15 +0000 Subject: Make FX stream internal details more private to .cpp files. Makes the generic fx_streams.h header pull in lots less OS-specific cluter. Combine and de-virtualize the windows struct. Change-Id: I836b9efb00b25dbd1b8f814645dd31a0f04bb4f4 Reviewed-on: https://pdfium-review.googlesource.com/38330 Commit-Queue: Tom Sepez Reviewed-by: Lei Zhang --- BUILD.gn | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 16eaffd785..135d392e0c 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -854,8 +854,6 @@ jumbo_static_library("fxcrt") { "core/fxcrt/cfx_bitstream.h", "core/fxcrt/cfx_datetime.cpp", "core/fxcrt/cfx_datetime.h", - "core/fxcrt/cfx_fileaccess_posix.cpp", - "core/fxcrt/cfx_fileaccess_posix.h", "core/fxcrt/cfx_fileaccess_windows.cpp", "core/fxcrt/cfx_fileaccess_windows.h", "core/fxcrt/cfx_fixedbufgrow.h", @@ -930,7 +928,12 @@ jumbo_static_library("fxcrt") { "third_party:pdfium_base", "//third_party/icu:icuuc", ] - + if (is_posix || is_fuchsia) { + sources += [ + "core/fxcrt/cfx_fileaccess_posix.cpp", + "core/fxcrt/cfx_fileaccess_posix.h", + ] + } if (pdf_enable_xfa) { sources += [ "core/fxcrt/cfx_char.cpp", -- cgit v1.2.3