From 1e8dd54c54a04d5f5ee249db22f84001fa16101e Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 31 Aug 2017 16:31:47 -0400 Subject: Rename fxcrt_ and ifxcrt_ files to better names The CFXCRT and IFXCRT prefix was only used on 3 files. This CL renames them to the more common CFX and IFX. The files were renamed as needed. Change-Id: Iccdaa55c5822adb93af7c58aedfb121413a30223 Reviewed-on: https://pdfium-review.googlesource.com/12675 Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- BUILD.gn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 60f20f1dc9..ce598c6c74 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -812,6 +812,10 @@ static_library("fxcrt") { "core/fxcrt/cfx_bytestring.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", "core/fxcrt/cfx_maybe_owned.h", "core/fxcrt/cfx_memorystream.cpp", @@ -849,12 +853,8 @@ static_library("fxcrt") { "core/fxcrt/fx_ucd.h", "core/fxcrt/fx_ucddata.cpp", "core/fxcrt/fx_unicode.cpp", - "core/fxcrt/fxcrt_posix.cpp", - "core/fxcrt/fxcrt_posix.h", - "core/fxcrt/fxcrt_windows.cpp", - "core/fxcrt/fxcrt_windows.h", + "core/fxcrt/ifx_fileaccess.h", "core/fxcrt/ifx_pauseindicator.h", - "core/fxcrt/ifxcrt_fileaccess.h", "core/fxcrt/xml/cxml_attritem.cpp", "core/fxcrt/xml/cxml_attritem.h", "core/fxcrt/xml/cxml_attrmap.cpp", -- cgit v1.2.3