summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-11-02 21:43:37 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-11-02 20:50:01 -0700
commit6446bc532840319ac9603c016e2ef419094fdeec (patch)
tree401e4a70956602dbbb032d942226c64ae2fbb5c4 /BUILD.gn
parentee24254bade280ea3c0121c074951396863393ac (diff)
Move fetch headers into its own file.
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 c3c18107d..6c8172103 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -86,6 +86,7 @@ ts_sources = [
"js/dom_types.ts",
"js/errors.ts",
"js/fetch.ts",
+ "js/headers.ts",
"js/file_info.ts",
"js/files.ts",
"js/flatbuffers.ts",