commit | 62dbeaf1bdd7daf0970858363509b1420f2f2f19 | [log] [tgz] |
---|---|---|
author | Yuta Hijikata <[email protected]> | Thu Dec 10 04:15:51 2020 |
committer | Chromium LUCI CQ <[email protected]> | Thu Dec 10 04:15:51 2020 |
tree | 4a37477ed5a30d16062d7f9589b3de0379a80769 | |
parent | e66dcc06523101fab57200333d198100cb1d99e5 [diff] |
LaCrOS: Replace defined(OS_CHROMEOS) with BUILDFLAG(IS_CHROMEOS_ASH) The change is mostly mechanical replacing defined(OS_CHROMEOS) with BUILDFLAG(IS_CHROMEOS_ASH) and GN variable is_chromeos with is_chromeos_ash with some special cases (For those cases please refer to http://go/lacros-macros). The patch is made in preparation to switching lacros build from target_os=linux to target_os=chromeos. This will prevent lacros from changing behaviour after the switch. Bug: 1052397 Change-Id: I67ce28e4f8863d9247e57e03b771fb3f6bf7f5d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2565042 Commit-Queue: Yuta Hijikata <[email protected]> Reviewed-by: Scott Violet <[email protected]> Cr-Commit-Position: refs/heads/master@{#835545}
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.