summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorParsa Ghadimi <me@qti3e.com>2018-09-14 17:15:50 +0430
committerRyan Dahl <ry@tinyclouds.org>2018-09-14 10:04:10 -0700
commit7b7052e1abb0735ca443ffd133b014a19b7dab3d (patch)
treecee20d0143b9a0a7545b60ab329a17d1e17d9c11 /BUILD.gn
parentaaf70ca092fb9866bd50725f8f5b67be6f6879e3 (diff)
Implement Blob
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 c48afcf83..d2f4f8386 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -54,6 +54,7 @@ main_extern = [
ts_sources = [
"js/assets.ts",
+ "js/blob.ts",
"js/compiler.ts",
"js/console.ts",
"js/deno.ts",