diff options
Diffstat (limited to 'BUILD.gn')
| -rw-r--r-- | BUILD.gn | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -156,14 +156,9 @@ v8_source_set("deno_flatbuffer_builder") { } v8_source_set("deno_bindings") { - sources = [ - "src/reply.cc", - "src/reply.h", - ] deps = [ ":deno_base", ":deno_flatbuffer_builder", - ":msg_cpp", ] configs = [ ":deno_config" ] } @@ -178,12 +173,6 @@ executable("snapshot_creator") { configs += [ ":deno_config" ] } -flatbuffer("msg_cpp") { - sources = [ - "src/msg.fbs", - ] -} - # Generates type declarations for files that need to be included # in the runtime bundle run_node("gen_declarations") { |
