summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-08-15 20:57:36 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-08-20 16:53:39 -0400
commit868e8d88662ad5691212afc733e83f5de1c0979d (patch)
treeb8edff8614255140f1b79f4f563457157a1271f7 /BUILD.gn
parent7b0618c20b5348230304323efd75bc65361bbe1e (diff)
First pass at fetch()
With help from Thomas Ghysels <info@thomasg.be>
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 95640c7c8..38b194b9a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -197,6 +197,8 @@ run_node("bundle") {
sources = [
"js/assets.ts",
"js/console.ts",
+ "js/fetch.ts",
+ "js/fetch_types.d.ts",
"js/globals.ts",
"js/lib.globals.d.ts",
"js/main.ts",