commit | deaa740d5532fa2f80bea90ba26a4cc235392627 | [log] [tgz] |
---|---|---|
author | Sean McAllister <[email protected]> | Fri Jul 31 04:42:54 2020 |
committer | Commit Bot <[email protected]> | Fri Jul 31 04:42:54 2020 |
tree | 0b21ecdf637fca19cd383e5919178715b96b994b | |
parent | 42def2ac5f760b59a1b2c01acbc96607209077cf [diff] |
Rewrite is_linux flag for base and build components. This migrates is_linux (which is also set for chromeos) to explicitly include chromeos as is_linux || is_chromeos in preparation for separating those flags. Bug: 1110266 Change-Id: I93991bfe0647a6b280b9fb9531474ae70f6c4cfa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325766 Commit-Queue: Sean McAllister <[email protected]> Reviewed-by: Hidehiko Abe <[email protected]> Reviewed-by: Nico Weber <[email protected]> Cr-Commit-Position: refs/heads/master@{#793509}
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.