summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorKyra <kyradiscord@gmail.com>2018-10-21 17:07:29 +0200
committerRyan Dahl <ry@tinyclouds.org>2018-10-21 08:07:29 -0700
commitfbb3f05b6ffd9d132cb643c831867b272b95dc0e (patch)
treeb414c6af5792a5d9768320dd40074e4febf12d57 /BUILD.gn
parent86409eb8369107a4c4944d3db0090ffc79395823 (diff)
Add URLSearchParams (#1049)
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index cac34120f..dc2d90e20 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -107,6 +107,7 @@ ts_sources = [
"js/trace.ts",
"js/truncate.ts",
"js/types.ts",
+ "js/url_search_params.ts",
"js/util.ts",
"js/v8_source_maps.ts",
"js/write_file.ts",
@@ -142,7 +143,7 @@ rust_executable("hyper_hello") {
source_root = "tools/hyper_hello.rs"
extern = [
"$rust_build:hyper",
- "$rust_build:ring"
+ "$rust_build:ring",
]
}