commit | d8b14a9d151ec778498c5fd514420d1aea63fb9e | [log] [tgz] |
---|---|---|
author | yoshiki iguchi <yoshiki@chromium.org> | Mon Nov 27 11:00:13 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 27 11:00:13 2023 |
tree | a13f39bec132e81fc7b8e95df5a77a8507293050 | |
parent | d6426766ca136824464f323723240624df2a579b [diff] |
DEPS: checkout cros_system_api on either linux or cros target `src/third_party/cros_system_api` was checked out only if `linux` was in the `target_os` list. But it should be checked out even if the target is Chrome OS, according to the comment. This CL adds the condition for Chrome OS. BUG=None TEST=Set `target_os=["chromeos"]` and target_os_only=True` in .gclient and confirmed `gclient sync` had synced `cros_system_api` repo. Change-Id: I99c1482f57a032f08b326912975fb224793a9b0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5048054 Auto-Submit: Yoshiki Iguchi <yoshiki@chromium.org> Reviewed-by: Aya Elsayed <ayaelattar@chromium.org> Commit-Queue: Yoshiki Iguchi <yoshiki@chromium.org> Cr-Commit-Position: refs/heads/main@{#1229238}
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.