summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-09-06 20:32:58 -0400
committerGitHub <noreply@github.com>2019-09-06 20:32:58 -0400
commitacaff6d05622ec54b37b7f378c2d2b2f723ba8d5 (patch)
treef92184a43b14c8ff6a15709b6e186f3ae1730697 /BUILD.gn
parent595b4daa77771458457e178b6b590a044cd41ad0 (diff)
Remove tools/build.py (#2865)
Testing regression: ASAN build removed.
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn16
1 files changed, 1 insertions, 15 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 32ec77649..b8e196655 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",
]
}