diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-10-23 23:58:20 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-24 14:52:38 -0700 |
| commit | 6afe94b3c855a8c486ce2a593cf2f8cac3b4d711 (patch) | |
| tree | 0349632e80800a5a7b966a3fb91c4a4299ae393e /BUILD.gn | |
| parent | fd68f85ce8cfbb036f0bc2c532f423d8ffa78289 (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.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", |
