diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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", |