diff --git a/BUILD.gn b/BUILD.gn index 95c777f7fa..bab2005477 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -107,12 +107,9 @@ static_library("libdeno") { sources = [ "src/from_snapshot.cc", ] - data = [ + inputs = [ "$target_gen_dir/snapshot_deno.bin", ] - data_deps = [ - ":bundle", - ] deps = [ ":create_snapshot_deno", ":deno_bindings", @@ -276,5 +273,4 @@ create_snapshot("deno") { create_snapshot("mock_runtime") { testonly = true js = "js/mock_runtime.js" - deps = [] }