From b8a537d020f5e4495572daa4d8a59f51fa3b20d1 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 26 Feb 2019 17:36:05 -0500 Subject: deno_core (#1827) A new low-level crate with focus on speed. This doesn't yet hook into the existing code base. --- BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index cda8d1ffb..461e5fcd1 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -13,6 +13,8 @@ group("default") { ":deno", ":hyper_hello", ":test_rs", + "core:deno_core_http_bench", + "core:deno_core_test", "libdeno:test_cc", ] } -- cgit v1.2.3