commit | 8232b3404ae55495264032ffab1683dd1e1c1e46 | [log] [tgz] |
---|---|---|
author | Lei Zhang <[email protected]> | Wed Apr 21 20:15:36 2021 |
committer | Chromium LUCI CQ <[email protected]> | Wed Apr 21 20:15:36 2021 |
tree | 16f59226fe16f944a6f6808ddf6100953aca5c13 | |
parent | 4d27ae8047ed920a303c0b28473951cd9b8f43e4 [diff] |
Fix header guards in media/ and remoting/. Generated mechanically as follows: git ls-files '*.h' | grep -E '^(media|remoting)/' | \ xargs parallel cpplint.py --filter=-,+build/header_guard -- 2>&1 | \ grep build/header_guard | tools/apply_cpplint_header_guard.py Bug: 1200694 Change-Id: I7d8e771bece5046aeaacd8f35e5126c2b85268e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2838591 Reviewed-by: Gary Kacmarcik <[email protected]> Reviewed-by: Dan Sanders <[email protected]> Commit-Queue: Lei Zhang <[email protected]> Cr-Commit-Position: refs/heads/master@{#874832}
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.