summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorAdam Conrad <422184+acconrad@users.noreply.github.com>2019-01-23 12:20:53 +0000
committerRyan Dahl <ry@tinyclouds.org>2019-01-23 06:20:53 -0600
commite470f31d328884303e56f2f15a4121b8ffe097a6 (patch)
tree84e878d3c53db4f969c29357c7f5985b59c7d9f2 /BUILD.gn
parent77114fbda49382e397095d8214bd76996b0cfb57 (diff)
Web API: CustomEvent (#1505)
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 46b0d314a..405bc5ca3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -56,6 +56,7 @@ ts_sources = [
"js/compiler.ts",
"js/console.ts",
"js/copy_file.ts",
+ "js/custom_event.ts",
"js/deno.ts",
"js/dir.ts",
"js/dispatch.ts",