mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 80.0.3987.0 (#722274)
This commit is contained in:
committed by
Marshall Greenblatt
parent
ed39922f85
commit
71768ea6c3
@@ -14,7 +14,6 @@ The following components are required. CEF will not function without them.
|
||||
* icudtl.dat
|
||||
|
||||
* V8 snapshot data.
|
||||
* natives_blob.bin
|
||||
* snapshot_blob.bin
|
||||
* v8_context_snapshot.bin
|
||||
|
||||
|
@@ -26,7 +26,7 @@ cefclient.app/
|
||||
cef_extensions.pak <=====^
|
||||
devtools_resources.pak <=^
|
||||
icudtl.dat <= unicode support
|
||||
natives_blob.bin, snapshot_blob.bin, v8_context_snapshot.bin <= V8 initial snapshot
|
||||
snapshot_blob.bin, v8_context_snapshot.bin <= V8 initial snapshot
|
||||
en.lproj/, ... <= locale-specific resources and strings
|
||||
Info.plist
|
||||
cefclient Helper.app/
|
||||
@@ -64,7 +64,6 @@ The following components are required. CEF will not function without them.
|
||||
* Chromium Embedded Framework.framework/Resources/icudtl.dat
|
||||
|
||||
* V8 snapshot data.
|
||||
* Chromium Embedded Framework.framework/Resources/natives_blob.bin
|
||||
* Chromium Embedded Framework.framework/Resources/snapshot_blob.bin
|
||||
* Chromium Embedded Framework.framework/Resources/v8_context_snapshot.bin
|
||||
|
||||
|
@@ -17,7 +17,6 @@ The following components are required. CEF will not function without them.
|
||||
* icudtl.dat
|
||||
|
||||
* V8 snapshot data.
|
||||
* natives_blob.bin
|
||||
* snapshot_blob.bin
|
||||
* v8_context_snapshot.bin
|
||||
|
||||
|
@@ -832,7 +832,6 @@ if platform == 'windows':
|
||||
{'path': libcef_dll},
|
||||
{'path': 'libEGL.dll'},
|
||||
{'path': 'libGLESv2.dll'},
|
||||
{'path': 'natives_blob.bin'},
|
||||
{'path': 'snapshot_blob.bin', 'conditional': True},
|
||||
{'path': 'v8_context_snapshot.bin', 'conditional': True},
|
||||
{'path': 'swiftshader\\libEGL.dll'},
|
||||
@@ -1148,7 +1147,6 @@ elif platform == 'linux':
|
||||
{'path': libcef_so},
|
||||
{'path': 'libEGL.so'},
|
||||
{'path': 'libGLESv2.so'},
|
||||
{'path': 'natives_blob.bin'},
|
||||
{'path': 'snapshot_blob.bin', 'conditional': True},
|
||||
{'path': 'v8_context_snapshot.bin', 'conditional': True},
|
||||
{'path': 'swiftshader/libEGL.so'},
|
||||
|
Reference in New Issue
Block a user