Update to Chromium version 80.0.3987.0 (#722274)

This commit is contained in:
Alexander Guettler
2020-02-10 12:10:17 -05:00
committed by Marshall Greenblatt
parent ed39922f85
commit 71768ea6c3
131 changed files with 1620 additions and 1394 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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'},