summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-10-23 23:58:20 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-10-24 14:52:38 -0700
commit6afe94b3c855a8c486ce2a593cf2f8cac3b4d711 (patch)
tree0349632e80800a5a7b966a3fb91c4a4299ae393e /BUILD.gn
parentfd68f85ce8cfbb036f0bc2c532f423d8ffa78289 (diff)
libdeno: clean up
- Use a proper class for DenoIsolate. - Move extern C stuff to api.cc
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",