From 36d82374cf54be5df23e570bd2c6865e223d5d76 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 13 Aug 2018 19:55:10 -0400 Subject: Implement deno_handle_msg_from_js in Rust Fixes #419, #414. --- BUILD.gn | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 20961b023..ef29899cd 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -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") { -- cgit v1.2.3