summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorJ2P <jjp5023@gmail.com>2018-10-04 06:56:56 +0900
committerRyan Dahl <ry@tinyclouds.org>2018-10-03 18:22:57 -0400
commitea87034e2695f4b5d20e9e27392599bce36e6dd2 (patch)
treea49fb1f8ddee8417a67efbc4dd1260252a5f6455 /BUILD.gn
parent4c0517c33938ab56b3126b35330b56a91891940b (diff)
Implemented readDirSync, readDir
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index a9953a91d..8ed57ca40 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -75,6 +75,7 @@ ts_sources = [
"js/dom_types.ts",
"js/errors.ts",
"js/fetch.ts",
+ "js/fileinfo.ts",
"js/files.ts",
"js/io.ts",
"js/global-eval.ts",
@@ -88,6 +89,7 @@ ts_sources = [
"js/platform.ts",
"js/plugins.d.ts",
"js/read_file.ts",
+ "js/read_dir.ts",
"js/remove.ts",
"js/rename.ts",
"js/read_link.ts",