commit | bdfb5e18f09c5eda17473a09ae6b4724847a2d70 | [log] [tgz] |
---|---|---|
author | Henrique Ferreiro <[email protected]> | Tue Apr 28 08:20:56 2020 |
committer | Commit Bot <[email protected]> | Tue Apr 28 08:20:56 2020 |
tree | fa1a2beaf004f1675d815f77fb07b9f75d316d66 | |
parent | b2e4e88d90c87bc5fcb4ec861c130fce106e4e8d [diff] |
Add ui/gfx/x/x11.h to //ui/gfx/x sources This include file was missing from any BUILD.gn file. This CL also fixes the missing dependency on //ui/gfx/x from targets that include that file and also marks some of those includes as nogncheck in cases where the target is compiled with !use_x11 (e.g. Chrome OS). Change-Id: Ia5efd1797df721f2bfc9138093270a66402cf2d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108540 Reviewed-by: Thomas Anderson <[email protected]> Reviewed-by: Scott Violet <[email protected]> Commit-Queue: Henrique Ferreiro <[email protected]> Cr-Commit-Position: refs/heads/master@{#763248}
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.
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.