summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index e4ce1c9b5..b70db0f05 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -211,12 +211,12 @@ v8_executable("test_cc") {
static_library("libdeno") {
complete_static_lib = true
sources = [
+ "libdeno/api.cc",
"libdeno/binding.cc",
"libdeno/deno.h",
"libdeno/file_util.cc",
"libdeno/file_util.h",
"libdeno/internal.h",
- "libdeno/new.cc",
]
public_deps = [
"third_party/v8:v8_monolith",