mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
Update libcc and replace snapshot_blob.bin by v8_context_snapshot.bin
This commit is contained in:
committed by
Samuel Attard
parent
a45862c93f
commit
3ac4c1f03f
@@ -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
vendored
2
vendor/libchromiumcontent
vendored
Submodule vendor/libchromiumcontent updated: c37842e05a...68dc59b72b
Reference in New Issue
Block a user