summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
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",
]
}