diff options
author | chiefbiiko <noah.anabiik.schwarz@gmail.com> | 2019-05-17 20:03:01 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-05-17 14:03:01 -0400 |
commit | 00f6fa46b34b78e926a907ee24faec78a65eafc1 (patch) | |
tree | 856ba74eb30c595f98683d0aa3161c73caa13e5e /cli/BUILD.gn | |
parent | 7f6549532c22e5e58deb37334fca06c949902e5f (diff) |
Add crypto.getRandomValues() (#2327)
Diffstat (limited to 'cli/BUILD.gn')
-rw-r--r-- | cli/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/BUILD.gn b/cli/BUILD.gn index 049553c48..8e7e5c305 100644 --- a/cli/BUILD.gn +++ b/cli/BUILD.gn @@ -88,6 +88,7 @@ ts_sources = [ "../js/files.ts", "../js/flatbuffers.ts", "../js/form_data.ts", + "../js/get_random_values.ts", "../js/globals.ts", "../js/headers.ts", "../js/io.ts", |