summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/BUILD.gn b/cli/BUILD.gn
index eedceddc7..936b0592e 100644
--- a/cli/BUILD.gn
+++ b/cli/BUILD.gn
@@ -50,6 +50,7 @@ if (is_posix) {
ts_sources = [
"../js/assets.ts",
"../js/blob.ts",
+ "../js/body.ts",
"../js/buffer.ts",
"../js/build.ts",
"../js/chmod.ts",
@@ -96,6 +97,7 @@ ts_sources = [
"../js/remove.ts",
"../js/rename.ts",
"../js/repl.ts",
+ "../js/request.ts",
"../js/resources.ts",
"../js/stat.ts",
"../js/symlink.ts",