diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -843,8 +843,8 @@ static_library("fxcrt") { "core/fxcrt/fx_extension.h", "core/fxcrt/fx_memory.cpp", "core/fxcrt/fx_memory.h", - "core/fxcrt/fx_rand.cpp", - "core/fxcrt/fx_rand.h", + "core/fxcrt/fx_random.cpp", + "core/fxcrt/fx_random.h", "core/fxcrt/fx_safe_types.h", "core/fxcrt/fx_stream.cpp", "core/fxcrt/fx_stream.h", |