commit | 21255d25e61e6a7985529bad2d6f17c0dedbfa42 | [log] [tgz] |
---|---|---|
author | Lei Zhang <thestig@chromium.org> | Fri Apr 23 19:17:24 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 23 19:17:24 2021 |
tree | 5a690f7f4f91d91c2d60df6e0a857d3da5a6c92d | |
parent | 3b28dc50187b22e080ad9c1e4e6c4f3b08f3136d [diff] |
Fix header guards in sandbox/. Generated mechanically as follows: git ls-files '*.h' | grep '^sandbox/' | \ xargs parallel cpplint.py --filter=-,+build/header_guard -- 2>&1 | \ grep build/header_guard | tools/apply_cpplint_header_guard.py Bug: 1200694 Change-Id: I2d0ac21d924d5f19375a967803213febfdb88eed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2838592 Reviewed-by: Will Harris <wfh@chromium.org> Reviewed-by: Matthew Denton <mpdenton@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#875789}
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.