diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2019-02-20 11:42:19 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-19 21:42:19 -0500 |
commit | c4e37285758ff4cc5d388db2d880ed91decb3d29 (patch) | |
tree | 0c4f813da45a6407359ea739d0cd9b06af138d8e /BUILD.gn | |
parent | a5720d9e28f7ee5868049504816405392c2821d7 (diff) |
remove global_eval.ts (#1813)
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,6 @@ ts_sources = [ "js/files.ts", "js/flatbuffers.ts", "js/form_data.ts", - "js/global_eval.ts", "js/globals.ts", "js/headers.ts", "js/io.ts", @@ -107,6 +106,7 @@ ts_sources = [ "js/url.ts", "js/url_search_params.ts", "js/util.ts", + "js/window.ts", "js/workers.ts", "js/write_file.ts", "js/performance.ts", |