commit | 83a23137668aeeae6167fb12f66ef58205e60c2d | [log] [tgz] |
---|---|---|
author | Peter Kotwicz <[email protected]> | Tue Apr 13 17:42:12 2021 |
committer | Chromium LUCI CQ <[email protected]> | Tue Apr 13 17:42:12 2021 |
tree | c3cb5a7ba53cd901568e2a7a33e31ddadd4dc13d | |
parent | b52d929d586483d0a2f3bb056bb2f8960b5c2fae [diff] |
Guard Value::WriteIntoTracedValue() with BUILDFLAG(ENABLE_BASE_TRACING) This fixes the webrtc standalone build which uses //base but sets enable_base_tracing=false This broke as a result of https://chromium-review.googlesource.com/c/chromium/src/+/2786753 WebRTC bug:12634 Change-Id: I806e620bdf993dd0b8587ae3b258cbb6871d7882 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2821754 Reviewed-by: danakj <[email protected]> Commit-Queue: Peter Kotwicz <[email protected]> Cr-Commit-Position: refs/heads/master@{#872008}
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.