summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2018-10-30 20:58:55 +0100
committerRyan Dahl <ry@tinyclouds.org>2018-10-30 12:58:55 -0700
commit946acbc559fab050d13b5f2f66088254ec96f83d (patch)
tree93cd12b60e8d91a482b550949c857bbf4a83cbd0 /BUILD.gn
parent8b39d2c99ef41736bb1d5b74ccda2f3aa6223e84 (diff)
Add resources op (#1119)
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 68cb2c6db..e81ac64dd 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -102,6 +102,7 @@ ts_sources = [
"js/read_link.ts",
"js/remove.ts",
"js/rename.ts",
+ "js/resources.ts",
"js/stat.ts",
"js/symlink.ts",
"js/text_encoding.ts",