commit | 26908f4ef3ab5087b4f68373cd44dd89dd0fd305 | [log] [tgz] |
---|---|---|
author | Chong Gu <[email protected]> | Fri Jan 29 03:13:07 2021 |
committer | Chromium LUCI CQ <[email protected]> | Fri Jan 29 03:13:07 2021 |
tree | 67c4f46bbe63df3606e40d42bfecb59f37946df0 | |
parent | bbca2a0a59bb754f0fdb5ecdcb46209679445dd6 [diff] |
[Fuchsia] Enable code coverage for Cr-Fuchsia test targets. Support combining cmx files with cmc_merge tool. Add coverage cmx file for test binaries built with use_clang_coverage flag. The file contains the fuchsia.debugdata.DebugData service, which is used by the Fuchsia profile runtime to gather coverage information. Bug: 1156885 Change-Id: Iba91a865e0f707706e0550fcea69cb8cc440a781 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2596114 Reviewed-by: Wez <[email protected]> Reviewed-by: Dirk Pranke <[email protected]> Reviewed-by: Kevin Marshall <[email protected]> Commit-Queue: Chong Gu <[email protected]> Auto-Submit: Chong Gu <[email protected]> Cr-Commit-Position: refs/heads/master@{#848384}
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.