summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorAdam Conrad <422184+acconrad@users.noreply.github.com>2019-01-05 15:02:44 +0000
committerRyan Dahl <ry@tinyclouds.org>2019-01-05 10:02:44 -0500
commitf44322128b1ebb3d3d0db5ab9527ee4cdfbc7942 (patch)
tree4ec076859376986f7b3c9b66406431c068257e43 /BUILD.gn
parentad01085406bbcb0d0d66eb3e05d4781a3aebee21 (diff)
Add Event web API (#1059)
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 f5a5f30dd..695a603c1 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -60,6 +60,8 @@ ts_sources = [
"js/dispatch.ts",
"js/dom_types.ts",
"js/errors.ts",
+ "js/event.ts",
+ "js/event_target.ts",
"js/fetch.ts",
"js/dom_file.ts",
"js/file_info.ts",