summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index b901b1764..e573b7504 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",