| Index: tools/gn/docs/cookbook.md
|
| diff --git a/tools/gn/docs/cookbook.md b/tools/gn/docs/cookbook.md
|
| index 0f3d10180fc3104012da892b81d59d6edd725519..9a1b25926fe8bdc3f4632c0102ca7a249dd421f5 100644
|
| --- a/tools/gn/docs/cookbook.md
|
| +++ b/tools/gn/docs/cookbook.md
|
| @@ -274,7 +274,6 @@ places are noted in the table below.
|
| | `use_ash` (0/1) | `use_ash` (true/false) | `//build/config/ui.gni` |
|
| | `use_athena` (0/1) | `use_athena` (true/false) | `//build/config/ui.gni` |
|
| | `use_aura` (0/1) | `use_aura` (true/false) | `//build/config/ui.gni` |
|
| -| `use_brlapi` (0/1) | `use_brlapi` (true/false) | `//build/config/features.gni` |
|
| | `use_cairo` (0/1) | `use_cairo` (true/false) | `//build/config/ui.gni` |
|
| | `use_clipboard_aurax11` (0/1) | `use_aura && use_x11` | |
|
| | `use_cups` (0/1) | `use_cups` (true/false) | `//build/config/features.gni` |
|
|
|