commit | 7d17d557f6f637cbb4520f30297b1fde9e3cfc54 | [log] [tgz] |
---|---|---|
author | Kalvin Lee <[email protected]> | Sun Nov 10 13:52:45 2024 |
committer | Chromium LUCI CQ <[email protected]> | Sun Nov 10 13:52:45 2024 |
tree | 296fbbe94c6b4e8b8da773f224ab85bef43ddc36 | |
parent | c1e2c4f3c22c685c435c8e0c7ce793dd3db162ad [diff] |
Drive-by: Update `ui/gfx/` components This CL is intended to be trivial. This CL updates the component build pattern (see `docs/component_build.md`) under `ui/gfx/`. All `GFX_EXPORT`s are now `COMPONENT_EXPORT()`s in some form or another, and the GN recipes are reworked slightly to use a shared config (to express that they are the same component). This CL was originally whipped up to investigate a compile failure in https://crrev.com/c/5997296 (it turns out to be unrelated). Let it stand as a horrifying demonstration of sunk cost. Change-Id: I0d3a8ec703dfc1f6e32d46893b39128476ffd76c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6002456 Commit-Queue: Kalvin Lee <[email protected]> Reviewed-by: Xiyuan Xia <[email protected]> Cr-Commit-Position: refs/heads/main@{#1380936}
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.