diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-09-06 20:32:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-06 20:32:58 -0400 |
commit | acaff6d05622ec54b37b7f378c2d2b2f723ba8d5 (patch) | |
tree | f92184a43b14c8ff6a15709b6e186f3ae1730697 /BUILD.gn | |
parent | 595b4daa77771458457e178b6b590a044cd41ad0 (diff) |
Remove tools/build.py (#2865)
Testing regression: ASAN build removed.
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 16 |
1 files changed, 1 insertions, 15 deletions
@@ -1,20 +1,6 @@ -import("//build_extra/rust/rust.gni") - group("default") { testonly = true deps = [ - ":hyper_hello", - "cli:cli_test", - "cli:deno", - "core:default", - "core/libdeno:libdeno_test", - ] -} - -rust_executable("hyper_hello") { - source_root = "tools/hyper_hello/hyper_hello.rs" - extern_rlib = [ - "hyper", - "ring", + "core/libdeno:default", ] } |