summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-08-31 16:31:47 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-08-31 20:58:54 +0000
commit1e8dd54c54a04d5f5ee249db22f84001fa16101e (patch)
treea5eebcc6d3bcd9dd8b0aed535b0aa997fde4448e /BUILD.gn
parentc5ac05726a38d214d399f7be42811d659f9f9d9a (diff)
downloadpdfium-1e8dd54c54a04d5f5ee249db22f84001fa16101e.tar.xz
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 <tsepez@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn10
1 files changed, 5 insertions, 5 deletions
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",