commit | 27fdaae4f11104f36730dd14089687fec6c0db43 | [log] [tgz] |
---|---|---|
author | James Cook <[email protected]> | Fri Nov 13 23:33:31 2020 |
committer | Commit Bot <[email protected]> | Fri Nov 13 23:33:31 2020 |
tree | 2b2fcbd844d158c95ff263cb169ba4718131f353 | |
parent | 8c43c96216f32001dc8f960949907a24f874aea8 [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_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. I added a couple TODOs for lacros work items that need followup and deleted an unused include. Bug: 1052397 Change-Id: I726fc10295074dbc9cff4501b0d67ea2b4f7de54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2536798 Reviewed-by: Xing Liu <[email protected]> Commit-Queue: James Cook <[email protected]> Cr-Commit-Position: refs/heads/master@{#827476}
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.