Skip to content

Commit

Permalink
build: add v8_context_snapshot_generator to mksnapshot zip (electron#…
Browse files Browse the repository at this point in the history
…15606)

v8_context_snapshot_generator is needed when creating custom snapshots with mksnapshot
  • Loading branch information
John Kleinschmidt authored Nov 6, 2018
1 parent 1672c95 commit c52cf01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,7 @@ dist_zip("electron_chromedriver_zip") {
dist_zip("electron_mksnapshot_zip") {
data_deps = [
"//v8:mksnapshot($v8_snapshot_toolchain)",
"//tools/v8_context_snapshot:v8_context_snapshot_generator",
":licenses",
]
outputs = [
Expand Down

0 comments on commit c52cf01

Please sign in to comment.