Update libcc and replace snapshot_blob.bin by v8_context_snapshot.bin
This commit is contained in:
parent
a45862c93f
commit
3ac4c1f03f
5 changed files with 8 additions and 8 deletions
|
@ -48,7 +48,7 @@ TARGET_BINARIES = {
|
|||
'ui_resources_200_percent.pak',
|
||||
'views_resources_200_percent.pak',
|
||||
'natives_blob.bin',
|
||||
'snapshot_blob.bin',
|
||||
'v8_context_snapshot.bin',
|
||||
],
|
||||
'linux': [
|
||||
PROJECT_NAME, # 'electron'
|
||||
|
@ -61,7 +61,7 @@ TARGET_BINARIES = {
|
|||
'ui_resources_200_percent.pak',
|
||||
'views_resources_200_percent.pak',
|
||||
'natives_blob.bin',
|
||||
'snapshot_blob.bin',
|
||||
'v8_context_snapshot.bin',
|
||||
],
|
||||
}
|
||||
TARGET_BINARIES_EXT = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue