mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
Fix snapshot build dependencies.
This commit is contained in:
parent
193b3965ca
commit
e30bdb71aa
1 changed files with 1 additions and 5 deletions
6
BUILD.gn
6
BUILD.gn
|
@ -107,12 +107,9 @@ static_library("libdeno") {
|
||||||
sources = [
|
sources = [
|
||||||
"src/from_snapshot.cc",
|
"src/from_snapshot.cc",
|
||||||
]
|
]
|
||||||
data = [
|
inputs = [
|
||||||
"$target_gen_dir/snapshot_deno.bin",
|
"$target_gen_dir/snapshot_deno.bin",
|
||||||
]
|
]
|
||||||
data_deps = [
|
|
||||||
":bundle",
|
|
||||||
]
|
|
||||||
deps = [
|
deps = [
|
||||||
":create_snapshot_deno",
|
":create_snapshot_deno",
|
||||||
":deno_bindings",
|
":deno_bindings",
|
||||||
|
@ -276,5 +273,4 @@ create_snapshot("deno") {
|
||||||
create_snapshot("mock_runtime") {
|
create_snapshot("mock_runtime") {
|
||||||
testonly = true
|
testonly = true
|
||||||
js = "js/mock_runtime.js"
|
js = "js/mock_runtime.js"
|
||||||
deps = []
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue