build: add v8_context_snapshot_generator to mksnapshot zip (#15606)
v8_context_snapshot_generator is needed when creating custom snapshots with mksnapshot
This commit is contained in:
parent
1672c95de3
commit
c52cf01a3c
1 changed files with 1 additions and 0 deletions
1
BUILD.gn
1
BUILD.gn
|
@ -912,6 +912,7 @@ dist_zip("electron_chromedriver_zip") {
|
||||||
dist_zip("electron_mksnapshot_zip") {
|
dist_zip("electron_mksnapshot_zip") {
|
||||||
data_deps = [
|
data_deps = [
|
||||||
"//v8:mksnapshot($v8_snapshot_toolchain)",
|
"//v8:mksnapshot($v8_snapshot_toolchain)",
|
||||||
|
"//tools/v8_context_snapshot:v8_context_snapshot_generator",
|
||||||
":licenses",
|
":licenses",
|
||||||
]
|
]
|
||||||
outputs = [
|
outputs = [
|
||||||
|
|
Loading…
Reference in a new issue