summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-10-17 13:04:28 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-10-17 20:20:06 -0400
commit213885a9d00a913e3fd2eb21a5992efb63c888f5 (patch)
tree7ac1c5ffad1c3125d72155e40ef5ea75c39945ba /BUILD.gn
parent4e2e185de74edaf49d77983c935686616ba9d07c (diff)
Optimization: Reuse ArrayBuffer during serialization.
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 259c5bdc4..0e5df2428 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -79,6 +79,7 @@ ts_sources = [
"js/fetch.ts",
"js/file_info.ts",
"js/files.ts",
+ "js/flatbuffers.ts",
"js/global_eval.ts",
"js/globals.ts",
"js/io.ts",