commit | d4dd3c86383e755bd724ed4d0536c94550147de5 | [log] [tgz] |
---|---|---|
author | Stefan Smolen <ssmole@microsoft.com> | Fri May 03 00:20:04 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 03 00:20:04 2024 |
tree | 0e71498fc8f9174e6f01fda2c24b051c9fa42af6 | |
parent | 56e9f338478580b23da5cee1a73d921e103fb3c9 [diff] |
Add delayloads config to default component configs This change adds //build/config/win:delayloads to default_component_configs under is_component_build on Windows, meaning component build will load similar OS DLLs as not-component build. This change benefits the win32k lockdown shim removal, as gdi32.dll and other dlls which statically link against it can't be loaded in win32k lockdown sandbox. Bug: 326277735 Change-Id: I297600c72934dcb2eae7d92cb3de06d1d56bc873 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5506744 Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Reviewed-by: Alex Gough <ajgo@chromium.org> Commit-Queue: Alex Gough <ajgo@chromium.org> Auto-Submit: Stefan Smolen <ssmole@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1295863}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.