summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2019-02-20 11:42:19 +0900
committerRyan Dahl <ry@tinyclouds.org>2019-02-19 21:42:19 -0500
commitc4e37285758ff4cc5d388db2d880ed91decb3d29 (patch)
tree0c4f813da45a6407359ea739d0cd9b06af138d8e /BUILD.gn
parenta5720d9e28f7ee5868049504816405392c2821d7 (diff)
remove global_eval.ts (#1813)
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 b1c455a5e..cda8d1ffb 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",