commit | 4bcc6c264fa9834a02cb1fbad37ba1f3a063a869 | [log] [tgz] |
---|---|---|
author | Lily Chen <chlily@chromium.org> | Tue Feb 25 00:16:19 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 25 00:16:19 2025 |
tree | 3d87fa6efb0e47f34103070baecfea34d136e4f8 | |
parent | 012fb16098d84867b5eeb5f7e9bf97a1c8b8674c [diff] |
Build Safe Browsing download protection on Android (5/6) This is part 5 of 6 for building code for download protection on Android. The overall strategy is to define a new buildflag, SAFE_BROWSING_DOWNLOAD_PROTECTION, and use it to guard all code related to Safe Browsing download protection, and then add Android to the platforms on which it is true. In this CL, code related to download protection functionality for programmatic file writes (from PPAPI, filechooser, File System Access) is switched to use this new buildflag. This is in preparation for a later CL which will start defining the buildflag on Android. Bug: 397407934 Change-Id: I669cee7b9b5c03bfafe7a07602601db60256c503 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6293265 Commit-Queue: Lily Chen <chlily@chromium.org> Reviewed-by: David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/main@{#1424218}
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.