[M120 Migration][WebRTC] Tbm mapping buffer support in webrtc video sink
[platform/framework/web/chromium-efl.git] / codelabs / README.md
1 # Chromium Codelab
2
3 See the `cpp101/` directory for the Chromium C++ codelab,
4 including example solutions.
5
6 See the `threading_and_scheduling/` directory for more elaborate usages of the
7 threading and scheduling primitives in Chromium.
8
9 ## Motivation
10
11 The goal of this codelab is to introduce new Chromium developers to both the
12 important design patterns and the style of code they can expect to become
13 familiar with.
14
15 The code in this directory is for documentation purposes only. It is compiled
16 via the top level BUILD.gn's `gn_all` target to make sure it is kept up to date.