commit | dd516e77d68dd81782a5c481b8c56a214e0abb15 | [log] [tgz] |
---|---|---|
author | Xiaohan Wang <xhwang@chromium.org> | Fri Jan 14 18:41:28 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 14 18:41:28 2022 |
tree | 168d117975fbb0449d9a0e9f2bea0ba521983e62 | |
parent | bc13d569b0a6f05ab4933021c76671d24c445c0f [diff] |
components/spellcheck: 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: I64dcc4bc936992dbc340f1d0088545afc3a316e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3388807 Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/main@{#959293}
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.