diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |