Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: tools/gn/docs/cookbook.md

Issue 2276943005: gn: Mention loadable_module targets in the cookbook. (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/docs/cookbook.md
diff --git a/tools/gn/docs/cookbook.md b/tools/gn/docs/cookbook.md
index 7f02e137a531e3cb4ad10e40aa04bd005b84edfe..0065b9960fc091575ada8c32a0f073b203be78a9 100644
--- a/tools/gn/docs/cookbook.md
+++ b/tools/gn/docs/cookbook.md
@@ -8,6 +8,7 @@
|:-------------------------------------------------|:---------------------------------------------------|
| `'type': 'static_library', 'name': 'foo',` | `static_library("foo") {` or `source_set("foo") {` |
| `'type': 'shared_library', 'name': 'foo',` | `shared_library("foo") {` |
+| `'type': 'loadable_module', 'name': 'foo',` | `loadable_module("foo") {` |
| `'type': '<(component)', 'name': 'foo',` | `component("foo") {` |
| `'type': 'executable', 'name': 'foo',` | `executable("foo") {` |
| `'type': '<(gtest_target_type)', 'name': 'foo',` | `test("foo") {` |
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698