electron / libchromiumcontent

Shared library build of Chromium’s Content module
MIT License
485 stars 183 forks source link

build: Include v8 context snapshot generator #697

Closed jkleinsc closed 5 years ago

jkleinsc commented 5 years ago
Description of Change

Starting with 3-0-x, when creating custom snapshots via mksnapshot an additional binary v8_context_snapshot_generator needs to be run in order to generate the file v8_context_snapshot.bin which is needed in order to apply the custom snapshot. This PR adds that binary to our libcc builds.

Checklist