summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
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 86326ed6e..f2e96bbbb 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -39,6 +39,8 @@ main_extern = [
"$rust_build:remove_dir_all",
"$rust_build:ring",
"$rust_build:rustyline",
+ "$rust_build:serde_json",
+ "$rust_build:source_map_mappings",
"$rust_build:tempfile",
"$rust_build:tokio",
"$rust_build:tokio_executor",
@@ -84,7 +86,6 @@ ts_sources = [
"js/platform.ts",
"js/plugins.d.ts",
"js/process.ts",
- "js/promise_util.ts",
"js/read_dir.ts",
"js/read_file.ts",
"js/read_link.ts",
@@ -101,7 +102,6 @@ ts_sources = [
"js/types.ts",
"js/url_search_params.ts",
"js/util.ts",
- "js/v8_source_maps.ts",
"js/write_file.ts",
"tsconfig.json",