From acaff6d05622ec54b37b7f378c2d2b2f723ba8d5 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 6 Sep 2019 20:32:58 -0400 Subject: Remove tools/build.py (#2865) Testing regression: ASAN build removed. --- core/libdeno/BUILD.gn | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'core/libdeno') diff --git a/core/libdeno/BUILD.gn b/core/libdeno/BUILD.gn index 2623fef2d..6bbda98c5 100644 --- a/core/libdeno/BUILD.gn +++ b/core/libdeno/BUILD.gn @@ -1,6 +1,15 @@ # Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import("//third_party/v8/gni/v8.gni") +group("default") { + testonly = true + deps = [ + ":libdeno_static_lib", + ":libdeno_test", + ":v8", + ] +} + config("deno_config") { include_dirs = [ "//third_party/v8" ] # This allows us to v8/src/base/ libraries. configs = [ "//third_party/v8:external_config" ] -- cgit v1.2.3