Update libcc and replace snapshot_blob.bin by v8_context_snapshot.bin

This commit is contained in:
Nitish Sakhawalkar 2018-04-24 20:17:53 -07:00 committed by Samuel Attard
parent a45862c93f
commit 3ac4c1f03f
5 changed files with 8 additions and 8 deletions

View file

@ -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 = []