| commit | b51f34374ce78c1afe4964efff658bd5101d9811 | [log] [tgz] |
|---|---|---|
| author | Michael Achenbach <machenbach@chromium.org> | Mon Nov 20 14:15:04 2023 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 20 14:15:04 2023 |
| tree | 7d8e862944d0f775bc34495aceb5186b2dde351d | |
| parent | a71fb43f44dce1845986d5e19f897b0a5f0a3a71 [diff] |
[fuzztest] Enable sharing fuzztest outside of Chromium For using the fuzztest dependency in V8, we also need its BUILD.gn file. To avoid forking the file, we plan to include it as separate copybara repo. This, however, depends on boringssl and libFuzzer which both are further intertwined with Chromium sources, not available in V8. Since they aren't required to build fuzztest with centipede, this puts them behind the build_with_chromium flag, as done in several other dependencies. Within Chromium, this change should be a no-op. Cq-Include-Trybots: luci.chromium.try:linux-centipede-asan-rel Cq-Include-Trybots: luci.chromium.try:linux-libfuzzer-asan-rel Bug: 1500944 Change-Id: I76d6f1f6d9fd78c425e665e57af1435978b34991 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5033300 Reviewed-by: Adrian Taylor <adetaylor@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/main@{#1226801}
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.