summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-09-05 13:22:36 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-09-05 19:02:53 +0000
commit6c902e62e23fd6d2baf06078c94085fe755c36d6 (patch)
treeedee86d0413eeecaf0ea83e330a11c49886945bb /BUILD.gn
parent1eae16d3b17d6b396969ecf81f6546f5a1d72dfd (diff)
downloadpdfium-6c902e62e23fd6d2baf06078c94085fe755c36d6.tar.xz
Rename fx_rand to fx_random
Match FX_Random method names. Change-Id: I2d178229563881479b80e1f86975f5b165475837 Reviewed-on: https://pdfium-review.googlesource.com/13093 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 3d3917fe70..e66517e1a9 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",