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 коммит произвёл Samuel Attard
Родитель a45862c93f
Коммит 3ac4c1f03f
5 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

2
vendor/libchromiumcontent поставляемый

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