commit | ca1fb5182416b018256569abda03e299e8946cf1 | [log] [tgz] |
---|---|---|
author | Bruce Dawson <brucedawson@chromium.org> | Fri Feb 10 21:39:16 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 10 21:39:16 2023 |
tree | 421bad9bc55c74bb4c20818f41be88fba404151d | |
parent | 440d81f9b6cdf7546248c6d07ec92da5d316451c [diff] |
Fixing #if commands using OS_WIN An accidental search for OS_WIN led to me finding various obsolete uses of OS_WIN. This upgrades them to BUILDFLAG(IS_WIN), along with upgrading other nearby build flags. See also crrev.com/c/4226756. Bug: 1234043 Change-Id: I7fc581d5989eb946b0fca1df6046736f09b279d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4229854 Reviewed-by: Evan Stade <estade@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Reviewed-by: Katie Dektar <katie@chromium.org> Reviewed-by: Xiaohan Wang <xhwang@chromium.org> Reviewed-by: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/main@{#1104064}
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.