commit | 78b2135492e6f33adea66a8268af97e62144c3e5 | [log] [tgz] |
---|---|---|
author | Yuta Hijikata <[email protected]> | Thu Dec 17 00:31:01 2020 |
committer | Chromium LUCI CQ <[email protected]> | Thu Dec 17 00:31:01 2020 |
tree | 1adaad8b4b074c1c492b65403c9c8a869de1d52c | |
parent | 3158c347410402d309ca6dd7ec15e70700a0e71d [diff] |
Lacros: Rename deprecated macro/gn names This is a mechanical change that renames deprecated macro replacing: - BUILDFLAG(IS_{ASH,LACROS}) with BUILDFLAG(IS_CHROMEOS_{ASH,LACROS}), - gn var is_{ash,lacros} with is_chromeos_{ash,lacros}. http://go/lacros-macros Bug: 1052397 Tbr: [email protected],[email protected] Change-Id: I7eff0c9e5e705fe0940e6595eb0f54de3f3bb6fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592078 Reviewed-by: Hidehiko Abe <[email protected]> Commit-Queue: Yuta Hijikata <[email protected]> Cr-Commit-Position: refs/heads/master@{#837838}
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.