Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include debug symbols for all distributed binaries #2235

Closed
magreenblatt opened this issue Aug 9, 2017 · 3 comments
Closed

Include debug symbols for all distributed binaries #2235

magreenblatt opened this issue Aug 9, 2017 · 3 comments
Labels
Distribution Related to binary distribution task Task to be performed

Comments

@magreenblatt
Copy link
Collaborator

Original report by me.


We currently only ship debug symbols for the libcef binary. We should also ship symbols for the other binaries that we distribute (cef_sandbox, chrome_elf, libEGL, libGLESv2).

@magreenblatt
Copy link
Collaborator Author

magreenblatt commented Jul 5, 2024

Windows (M127 Release x64) has the following:

chrome_elf.dll.pdb
dxcompiler.dll.pdb
eventlog_provider.dll.pdb
libcef.dll.pdb
libEGL.dll.pdb
libGLESv2.dll.pdb
VkICD_mock_icd.dll.pdb
VkLayer_khronos_validation.dll.pdb
vk_swiftshader.dll.pdb
vulkan-1.dll.pdb

Note that we don't currently ship all of these DLLs. Google Chrome Beta (127.0.6533.26) includes the following DLLs:

chrome.dll
chrome_elf.dll
chrome_wer.dll
d3dcompiler_47.dll
dxcompiler.dll
dxil.dll
eventlog_provider.dll
libEGL.dll
libGLESv2.dll
mojo_core.dll
optimization_guide_internal.dll
vk_swiftshader.dll
vulkan-1.dll

@magreenblatt
Copy link
Collaborator Author

magreenblatt commented Jul 5, 2024

About the DLLs that currently (at M127) ship with Google Chrome but not CEF:

@magreenblatt
Copy link
Collaborator Author

On MacOS (M127 Official Release arm64) we have:

libEGL.dylib.dSYM
libGLESv2.dylib.dSYM
libVkICD_mock_icd.dylib.dSYM
libVkLayer_khronos_validation.dylib.dSYM
libvk_swiftshader.dylib.dSYM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Distribution Related to binary distribution task Task to be performed
Projects
None yet
Development

No branches or pull requests

1 participant