| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index cc958b8ad59c1c56d8f9f2c1b9ded451ae21d1c7..4dd3875e4b098e9812732e80717ab4642a356610 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -552,13 +552,13 @@ static_library("fxcrt") {
|
| "core/include/fxcrt/fx_coordinates.h",
|
| "core/include/fxcrt/fx_ext.h",
|
| "core/include/fxcrt/fx_memory.h",
|
| + "core/include/fxcrt/fx_safe_types.h",
|
| "core/include/fxcrt/fx_stream.h",
|
| "core/include/fxcrt/fx_string.h",
|
| "core/include/fxcrt/fx_system.h",
|
| "core/include/fxcrt/fx_ucd.h",
|
| "core/include/fxcrt/fx_xml.h",
|
| "core/src/fxcrt/extension.h",
|
| - "core/src/fxcrt/fx_safe_types.h",
|
| "core/src/fxcrt/fxcrt_platforms.cpp",
|
| "core/src/fxcrt/fxcrt_platforms.h",
|
| "core/src/fxcrt/fxcrt_posix.cpp",
|
|
|