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
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
|
@ -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',
|
||||||
|
|
|
@ -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 = []
|
||||||
|
|
2
vendor/libchromiumcontent
vendored
2
vendor/libchromiumcontent
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit c37842e05a73819a5e67c0a4394a2d4b328a3ddd
|
Subproject commit 68dc59b72bd2e385e94bf6ce8fd73118d3e35939
|
Loading…
Add table
Add a link
Reference in a new issue