summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-09-05 11:19:35 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-09-05 16:12:08 +0000
commit13ea3ff1e33313c7775013acaff4ec218bc632ff (patch)
tree6c0b5efdd062076f1bb87adf51c870fd9d90a3d1 /BUILD.gn
parent4fde70e28c6aff85ad30a958823e658678f5cfb6 (diff)
downloadpdfium-13ea3ff1e33313c7775013acaff4ec218bc632ff.tar.xz
Split random code from fx_extension.h
This CL moves the code invovled in random number generation into fx_rand.h from fx_extension.h. Change-Id: I6c644d7ec0323f32ef6e23c2e2548a9c792e3a72 Reviewed-on: https://pdfium-review.googlesource.com/13070 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index e4800a6374..59804a7c7d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -843,6 +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_safe_types.h",
"core/fxcrt/fx_stream.cpp",
"core/fxcrt/fx_stream.h",