diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-08-21 20:42:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-21 20:42:48 -0400 |
commit | bdc97b3976786bb744a27e59b0f4f28554a682df (patch) | |
tree | bf4635ad903de542c10620e95adb72eee03d9204 /cli/BUILD.gn | |
parent | b764d1b8ffc4bf5e2ab89bdbd978d708a6da0f24 (diff) |
Organize dispatch a bit (#2796)
Just some clean up reorganization around flatbuffer/minimal dispatch
code. This is prep for adding a JSON dispatcher.
Diffstat (limited to 'cli/BUILD.gn')
-rw-r--r-- | cli/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/BUILD.gn b/cli/BUILD.gn index 0a6c9875e..3a5912471 100644 --- a/cli/BUILD.gn +++ b/cli/BUILD.gn @@ -82,6 +82,7 @@ ts_sources = [ "../js/diagnostics.ts", "../js/dir.ts", "../js/dispatch.ts", + "../js/dispatch_flatbuffers.ts", "../js/dispatch_minimal.ts", "../js/dom_types.ts", "../js/dom_util.ts", |