diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-10-03 21:41:59 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-04 00:25:55 -0400 |
| commit | 2f44db6756f974ad3e258e4a777db2519f1b9091 (patch) | |
| tree | b005526c3df80f627b3cfd23e37a103fb76c6cbd /BUILD.gn | |
| parent | 818ad37678e478039a9eccf543e1049fcdf32566 (diff) | |
Use underscores in filenames.
Diffstat (limited to 'BUILD.gn')
| -rw-r--r-- | BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -76,9 +76,9 @@ ts_sources = [ "js/dom_types.ts", "js/errors.ts", "js/fetch.ts", - "js/fileinfo.ts", + "js/file_info.ts", "js/files.ts", - "js/global-eval.ts", + "js/global_eval.ts", "js/globals.ts", "js/io.ts", "js/libdeno.ts", |
