
It seems like some of those links are no longer valid, returning 404. This change updates them to point to new location of same documents. Change-Id: I47dff7f07a357179d1ad99331d3eb513ba17eb3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6174729 Reviewed-by: Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Andrzej Fiedukowicz <afie@google.com> Reviewed-by: Austin Sullivan <asully@chromium.org> Cr-Commit-Position: refs/heads/main@{#1408694}
Chromium Codelab
See the cpp101/
directory for the Chromium C++ codelab,
including example solutions.
See the threading_and_scheduling/
directory for more elaborate usages of the
threading and scheduling primitives in Chromium.
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.