| 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") {` |
|
|
|