diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -54,6 +54,8 @@ main_extern = [ "$rust_build:tempfile", "$rust_build:rand", "$rust_build:tokio", + "$rust_build:tokio_io", + "$rust_build:tokio_fs", "$rust_build:tokio_executor", "$rust_build:tokio_threadpool", "$rust_build:url", @@ -73,6 +75,8 @@ ts_sources = [ "js/dom_types.ts", "js/errors.ts", "js/fetch.ts", + "js/files.ts", + "js/io.ts", "js/global-eval.ts", "js/globals.ts", "js/libdeno.ts", |