Include string.h in //remoting/c/a/fake_async_audio_data_supplier.cc The code in this file uses memset function, but does not include the header file declaring this type. This leads to build failure on Linux systems using recent glibc versions. Bug: 1074286 Change-Id: I6bb0b1ed1cd70ef872a9809a6fff1d78eeb8de3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2206637 Reviewed-by: Lambros Lambrou <lambroslambrou@chromium.org> Reviewed-by: Gary Kacmarcik <garykac@chromium.org> Commit-Queue: Piotr Tworek <ptworek@vewd.com> Cr-Commit-Position: refs/heads/master@{#770015}
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.