summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn7
1 files changed, 5 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 9824658194..2f8123798e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -762,7 +762,6 @@ static_library("fxcrt") {
"core/fxcrt/cfx_weak_ptr.h",
"core/fxcrt/cfx_widestring.cpp",
"core/fxcrt/cfx_widestring.h",
- "core/fxcrt/extension.h",
"core/fxcrt/fx_basic.h",
"core/fxcrt/fx_basic_buffer.cpp",
"core/fxcrt/fx_basic_coords.cpp",
@@ -774,10 +773,11 @@ static_library("fxcrt") {
"core/fxcrt/fx_bidi.h",
"core/fxcrt/fx_codepage.h",
"core/fxcrt/fx_coordinates.h",
- "core/fxcrt/fx_ext.h",
"core/fxcrt/fx_extension.cpp",
+ "core/fxcrt/fx_extension.h",
"core/fxcrt/fx_memory.h",
"core/fxcrt/fx_safe_types.h",
+ "core/fxcrt/fx_stream.cpp",
"core/fxcrt/fx_stream.h",
"core/fxcrt/fx_string.h",
"core/fxcrt/fx_system.h",
@@ -789,6 +789,7 @@ static_library("fxcrt") {
"core/fxcrt/fxcrt_stream.cpp",
"core/fxcrt/fxcrt_windows.cpp",
"core/fxcrt/fxcrt_windows.h",
+ "core/fxcrt/ifxcrt_fileaccess.h",
"core/fxcrt/xml/cxml_attritem.cpp",
"core/fxcrt/xml/cxml_attritem.h",
"core/fxcrt/xml/cxml_attrmap.cpp",
@@ -821,6 +822,8 @@ static_library("fxcrt") {
"core/fxcrt/cfx_chariter.h",
"core/fxcrt/cfx_checksumcontext.cpp",
"core/fxcrt/cfx_checksumcontext.h",
+ "core/fxcrt/cfx_crtfileaccess.cpp",
+ "core/fxcrt/cfx_crtfileaccess.h",
"core/fxcrt/cfx_datetime.cpp",
"core/fxcrt/cfx_datetime.h",
"core/fxcrt/cfx_decimal.cpp",