0

Link to Mojo and Blink Python / C++ in styleguide.md

Change-Id: I709e9557ac2fb017bbf873f01a0e3b5f94ce6d42
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6383303
Commit-Queue: Rick Byers <rbyers@chromium.org>
Auto-Submit: Caleb Raitto <caraitto@chromium.org>
Reviewed-by: Rick Byers <rbyers@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1436257}
This commit is contained in:
Caleb Raitto 2025-03-21 13:32:20 -07:00 committed by Chromium LUCI CQ
parent 10fd37550e
commit 34a6210777

@ -6,10 +6,12 @@
* [Modern C++ use](c++/c++-features.md) for allowed/banned features.
* See also: [C++ Dos and Don'ts](c++/c++-dos-and-donts.md) for Chromium
best-practices.
* [Blink C++ style](c++/blink-c++.md)
* [Chromium Objective-C style guide](objective-c/objective-c.md)
* [Chromium Swift style guide](swift/swift.md)
* [Java style guide for Android](java/java.md)
* [Chromium Python style guide](python/python.md)
* [Blink Python style](python/blink-python.md)
* [GN style guide](https://gn.googlesource.com/gn/+/main/docs/style_guide.md)
for build files.
* See also: [Writing GN templates](../build/docs/writing_gn_templates.md)
@ -20,7 +22,8 @@ Chromium also uses these languages to a lesser degree:
* [Kernel C style](https://www.kernel.org/doc/html/latest/process/coding-style.html)
for ChromiumOS firmware.
* [IDL](https://www.chromium.org/blink/webidl/#syntax)
* [WebIDL](https://www.chromium.org/blink/webidl/#syntax)
* [Mojo IDL](../docs/security/mojo.md) for cross-process IPC
* [Jinja style guide](https://sites.google.com/a/chromium.org/dev/developers/jinja#TOC-Style)
for [Jinja](https://sites.google.com/a/chromium.org/dev/developers/jinja)
templates.