diff options
| author | Kyra <kyradiscord@gmail.com> | 2018-11-04 19:05:02 +0100 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-11-04 10:05:02 -0800 |
| commit | e93d686e9d5e797f7e4e02bda56a8b6d535326ca (patch) | |
| tree | e89490da61e17ee890ce590fdaa99d0701dc8308 /BUILD.gn | |
| parent | 1241b8e9babfec3e87c8958e2065966ee5dd1335 (diff) | |
Web APIs: `File` and `FormData` (#1056)
Diffstat (limited to 'BUILD.gn')
| -rw-r--r-- | BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -87,10 +87,12 @@ ts_sources = [ "js/dom_types.ts", "js/errors.ts", "js/fetch.ts", + "js/file.ts", "js/headers.ts", "js/file_info.ts", "js/files.ts", "js/flatbuffers.ts", + "js/form_data.ts", "js/global_eval.ts", "js/globals.ts", "js/io.ts", |
