summaryrefslogtreecommitdiff
path: root/cli/BUILD.gn
diff options
context:
space:
mode:
authorYingbo (Max) Wang <maxwyb@gmail.com>2019-05-07 18:58:58 -0700
committerRyan Dahl <ry@tinyclouds.org>2019-05-07 21:58:57 -0400
commitec9080f34c936d9af56cca68de664954053bf423 (patch)
treeede97b27acebc225cc69da70433b626af63cc0e6 /cli/BUILD.gn
parent1f7ad17152c03b140c997590c897b89fbfea7cea (diff)
Add Deno.chown (#2292)
Diffstat (limited to 'cli/BUILD.gn')
-rw-r--r--cli/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/BUILD.gn b/cli/BUILD.gn
index 195bdfd60..7f7c6e96f 100644
--- a/cli/BUILD.gn
+++ b/cli/BUILD.gn
@@ -54,6 +54,7 @@ ts_sources = [
"../js/buffer.ts",
"../js/build.ts",
"../js/chmod.ts",
+ "../js/chown.ts",
"../js/colors.ts",
"../js/compiler.ts",
"../js/console.ts",