0
Files
src/codelabs
Jeff Yoon e0a21bc752 [buganizer] Migrate DIR_METADATA for codelabs/
Migrate all metadata files for codelabs/ and mixins
used by metadata files under codelabs/.

Verify components with http://b/components/{id} or at
go/chrome-on-buganizer-prod-components.

Bug: chromium:1518875
Change-Id: I61f64ba65369a5da48a728314214e4f4da5c4b5e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5235904
Commit-Queue: Jeff Yoon <jeffyoon@google.com>
Reviewed-by: Marco Georgaklis <mgeorgaklis@google.com>
Cr-Commit-Position: refs/heads/main@{#1252265}
2024-01-25 19:27:19 +00:00
..

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.