
Some OWNERS file ends with a newline character, some don't. As text editor tends to add newline at the end of text files when saving, normalize all OWNERS files to end with a newline '\n'. Bug: none Change-Id: I994abb0be0802559b2b62e9dd679c076868095e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2905624 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by: Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by: Matt Mueller <mattm@chromium.org> Reviewed-by: David Dorwin <ddorwin@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Reviewed-by: Roger Tawa <rogerta@chromium.org> Reviewed-by: Ryo Hashimoto <hashimoto@chromium.org> Reviewed-by: Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#886231}
Chromium Codelab
See the cpp101/
directory for the Chromium C++ codelab,
including example solutions.
Motivation
The goal of this codelab is to introduce new Chromium developers to both the important design patterns and the style of code they can expect to become familiar with.
The code in this directory is for documentation purposes only. It is compiled
via the top level BUILD.gn's gn_all
target to make sure it is kept up to date.