0
Files
src/codelabs
Andrew Williams 89b855be0e Update codelab example build target
```
$ autoninja -C out/Default codelabs_cpp101
Proxy started successfully.ninja: Entering directory `out/Default'
ninja: error: unknown target 'codelabs_cpp101', did you mean 'codelab_cpp101'?
```

Bug: None
Change-Id: Ic3d01a59d10e0fba1e6b00540d3d8585ca868bc0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5889854
Commit-Queue: Andrew Williams <awillia@chromium.org>
Reviewed-by: Victor Tan <victortan@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1360630}
2024-09-26 17:32:08 +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.