diff options
| author | Kyra <kyradiscord@gmail.com> | 2018-10-21 17:07:29 +0200 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-21 08:07:29 -0700 |
| commit | fbb3f05b6ffd9d132cb643c831867b272b95dc0e (patch) | |
| tree | b414c6af5792a5d9768320dd40074e4febf12d57 /BUILD.gn | |
| parent | 86409eb8369107a4c4944d3db0090ffc79395823 (diff) | |
Add URLSearchParams (#1049)
Diffstat (limited to 'BUILD.gn')
| -rw-r--r-- | BUILD.gn | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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", ] } |
