summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorYoshihisa Mochihara <motihara@gmail.com>2018-12-27 10:45:58 +0100
committerRyan Dahl <ry@tinyclouds.org>2018-12-27 09:45:58 +0000
commit3d9f46a6cfc14d890d9899fdd4df2cc993478cc0 (patch)
tree969bd29a1e213fd7189ab496a6ecbe3f761e092c /BUILD.gn
parent5e518b741704b738e29352c341ee6a956cce1fff (diff)
Rename file.ts to dom_file.ts (#1423)
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index e2ab95f43..f5a5f30dd 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -61,7 +61,7 @@ ts_sources = [
"js/dom_types.ts",
"js/errors.ts",
"js/fetch.ts",
- "js/file.ts",
+ "js/dom_file.ts",
"js/file_info.ts",
"js/files.ts",
"js/flatbuffers.ts",