commit | 07d6fc6039007177efb592d325eb3aadb51a4f24 | [log] [tgz] |
---|---|---|
author | Xiaohan Wang <xhwang@chromium.org> | Thu Jan 20 06:59:15 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 20 06:59:15 2022 |
tree | 82678b1e3d3a0acffd061b64c62ffb027a6bbb06 | |
parent | d5bf6f7f937662d40b0633bc48f1245823013f30 [diff] |
ui/gl: Use BUILDFLAG for OS checking Use BUILDFLAG(IS_XXX) instead of defined(OS_XXX). Generated by `os_buildflag_migration.py` (https://crrev.com/c/3311983). R=thakis@chromium.org Bug: 1234043 Test: No functionality change Change-Id: I56085b377c2d824afa52faa9ac6cd4cabb184297 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3403352 Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/main@{#961344}
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.