commit | 8d358e31917edfd67ea6a5e85f68616fe9b3d9dc | [log] [tgz] |
---|---|---|
author | Stefano Duo <[email protected]> | Fri Apr 14 09:45:29 2023 |
committer | Chromium LUCI CQ <[email protected]> | Fri Apr 14 09:45:29 2023 |
tree | 49a81783b2d81e0468ca209c2798feeb82f7f6e6 | |
parent | b8ccff79131579d63bae1f99d234d854f73b93d8 [diff] |
Hide Cronet's GN targets for non-Cronet build Include Cronet's GN targets in //:gn_all only when is_cronet_build == true. This allows us to check for !is_cronet_build in WebView's, Chromecast's and Weblayer's builds, similarly to how we already do for Clank's. Keep //components/cronet:cronet_tests as part of //:gn_all for non-cronet builds. This is required to keep testing Cronet's native code on Linux machines. Bug: 1400235, 1403196 Change-Id: Ic073b1b9a15d7bad3b3396266f665b4d52726a55 Cq-Include-Trybots: luci.chromium.try:android-cronet-arm-dbg,android-cronet-arm64-dbg,android-cronet-arm64-rel,android-cronet-x86-dbg,android-cronet-x86-dbg-10-tests,android-cronet-x86-dbg-11-tests,android-cronet-x86-dbg-pie-tests,android-cronet-x86-rel,android-cronet-x86-rel-kitkat-tests,android_cronet,ios-m1-simulator-cronet,ios-simulator-cronet Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4422670 Owners-Override: Andrew Grieve <[email protected]> Reviewed-by: Andrew Grieve <[email protected]> Commit-Queue: Stefano Duo <[email protected]> Cr-Commit-Position: refs/heads/main@{#1130350}
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.