commit | be6f48d49cbad25c25db7e64050dbbe9c0645d8b | [log] [tgz] |
---|---|---|
author | Eric Seckler <eseckler@chromium.org> | Wed May 06 18:09:12 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Wed May 06 18:09:12 2020 |
tree | 8380dd9fa19c972509ceb160016b3d8826ff75d8 | |
parent | 173d0fdffb1d68ca33b45aa670acabe46eafc042 [diff] |
presubmit: Add a warning for use of deprecated async trace event macros TRACE_EVENT_ASYNC_* macros are being replaced by TRACE_EVENT_NESTABLE_ASYNC_* macros. This adds a warning to prevent new code from adding more instrumentation with the deprecated macros. Bug: 1038710 Change-Id: Idbf6ba9eea357ec70ed3e8dbf28c901bb73b6fdd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2185109 Reviewed-by: Sami Kyöstilä <skyostil@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#766064}
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.
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.