summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-10-03 21:41:59 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-10-04 00:25:55 -0400
commit2f44db6756f974ad3e258e4a777db2519f1b9091 (patch)
treeb005526c3df80f627b3cfd23e37a103fb76c6cbd /BUILD.gn
parent818ad37678e478039a9eccf543e1049fcdf32566 (diff)
Use underscores in filenames.
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 4547c9a33..4f2bf2a5b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",