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

@ -63,7 +63,7 @@ The output should look roughly like this:
├── locales ├── locales
├── natives_blob.bin ├── natives_blob.bin
├── resources ├── resources
├── snapshot_blob.bin ├── v8_context_snapshot.bin
└── version └── version
``` ```

View file

@ -67,7 +67,7 @@ The output should look roughly like this:
├── resources ├── resources
│   ├── app │   ├── app
│   └── atom.asar │   └── atom.asar
├── snapshot_blob.bin ├── v8_context_snapshot.bin
├── squirrel.exe ├── squirrel.exe
└── ui_resources_200_percent.pak └── ui_resources_200_percent.pak
``` ```

View file

@ -209,7 +209,7 @@
'<(libchromiumcontent_dir)/ui_resources_200_percent.pak', '<(libchromiumcontent_dir)/ui_resources_200_percent.pak',
'<(libchromiumcontent_dir)/views_resources_200_percent.pak', '<(libchromiumcontent_dir)/views_resources_200_percent.pak',
'<(libchromiumcontent_dir)/natives_blob.bin', '<(libchromiumcontent_dir)/natives_blob.bin',
'<(libchromiumcontent_dir)/snapshot_blob.bin', '<(libchromiumcontent_dir)/v8_context_snapshot.bin',
'external_binaries/d3dcompiler_47.dll', 'external_binaries/d3dcompiler_47.dll',
], ],
}, },
@ -249,7 +249,7 @@
'<(libchromiumcontent_dir)/ui_resources_200_percent.pak', '<(libchromiumcontent_dir)/ui_resources_200_percent.pak',
'<(libchromiumcontent_dir)/views_resources_200_percent.pak', '<(libchromiumcontent_dir)/views_resources_200_percent.pak',
'<(libchromiumcontent_dir)/natives_blob.bin', '<(libchromiumcontent_dir)/natives_blob.bin',
'<(libchromiumcontent_dir)/snapshot_blob.bin', '<(libchromiumcontent_dir)/v8_context_snapshot.bin',
], ],
}, },
], ],
@ -645,7 +645,7 @@
'<(libchromiumcontent_dir)/ui_resources_200_percent.pak', '<(libchromiumcontent_dir)/ui_resources_200_percent.pak',
'<(libchromiumcontent_dir)/views_resources_200_percent.pak', '<(libchromiumcontent_dir)/views_resources_200_percent.pak',
'<(libchromiumcontent_dir)/natives_blob.bin', '<(libchromiumcontent_dir)/natives_blob.bin',
'<(libchromiumcontent_dir)/snapshot_blob.bin', '<(libchromiumcontent_dir)/v8_context_snapshot.bin',
], ],
'xcode_settings': { 'xcode_settings': {
'ATOM_BUNDLE_ID': 'com.<(company_abbr).<(project_name).framework', 'ATOM_BUNDLE_ID': 'com.<(company_abbr).<(project_name).framework',

View file

@ -48,7 +48,7 @@ TARGET_BINARIES = {
'ui_resources_200_percent.pak', 'ui_resources_200_percent.pak',
'views_resources_200_percent.pak', 'views_resources_200_percent.pak',
'natives_blob.bin', 'natives_blob.bin',
'snapshot_blob.bin', 'v8_context_snapshot.bin',
], ],
'linux': [ 'linux': [
PROJECT_NAME, # 'electron' PROJECT_NAME, # 'electron'
@ -61,7 +61,7 @@ TARGET_BINARIES = {
'ui_resources_200_percent.pak', 'ui_resources_200_percent.pak',
'views_resources_200_percent.pak', 'views_resources_200_percent.pak',
'natives_blob.bin', 'natives_blob.bin',
'snapshot_blob.bin', 'v8_context_snapshot.bin',
], ],
} }
TARGET_BINARIES_EXT = [] TARGET_BINARIES_EXT = []

@ -1 +1 @@
Subproject commit c37842e05a73819a5e67c0a4394a2d4b328a3ddd Subproject commit 68dc59b72bd2e385e94bf6ce8fd73118d3e35939