summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2018-12-18 11:07:47 +1000
committerRyan Dahl <ry@tinyclouds.org>2018-12-17 20:07:47 -0500
commit91a41ca124ffb6e9c025ca2cb35121cca139083c (patch)
tree60da0ba48c0ffc3d3425840ea7beb2a07a36b344 /BUILD.gn
parent1e54f1d47362308d7eabb02b3ddaa1f670e4ca08 (diff)
Add URL implementation (#1359)
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 921754ef1..1f6298ae4 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -100,6 +100,7 @@ ts_sources = [
"js/timers.ts",
"js/truncate.ts",
"js/types.ts",
+ "js/url.ts",
"js/url_search_params.ts",
"js/util.ts",
"js/write_file.ts",