From 9fd4096235a308a0d405888ef808d6c665bef355 Mon Sep 17 00:00:00 2001 From: Adam Conrad <422184+acconrad@users.noreply.github.com> Date: Mon, 27 May 2019 13:20:34 +0000 Subject: add EventTarget implementation (#2377) --- cli/BUILD.gn | 1 + 1 file changed, 1 insertion(+) (limited to 'cli') diff --git a/cli/BUILD.gn b/cli/BUILD.gn index 8e7e5c305..7887624e2 100644 --- a/cli/BUILD.gn +++ b/cli/BUILD.gn @@ -78,6 +78,7 @@ ts_sources = [ "../js/dispatch.ts", "../js/dispatch_minimal.ts", "../js/dom_types.ts", + "../js/dom_util.ts", "../js/errors.ts", "../js/event.ts", "../js/event_target.ts", -- cgit v1.2.3