| commit | b35dee26b13e1085af567508fdd039a5950da18c | [log] [tgz] |
|---|---|---|
| author | Nicolas Ouellet-Payeur <nicolaso@chromium.org> | Fri Sep 17 14:43:52 2021 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 17 14:43:52 2021 |
| tree | 0a35415c3f74ae417c3d8565f2da40919f55201d | |
| parent | 6f6bfad3e15c2dca914653caa4d365d098dacfe3 [diff] |
[Traffic Annotations] Detect Android build directories auditor.py will now try to guess whether your build path is for an Android build or not, by looking at the contents of args.gn. If it contains target_os="android", it sets the current platform to "android" instead of "linux". Bug: 1231780 Change-Id: I610cfad61fe8d4e451b03459c08e6adcf69c50b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3122827 Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Reviewed-by: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/main@{#922496}
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.