| Index: tools/gn/docs/cookbook.md
|
| diff --git a/tools/gn/docs/cookbook.md b/tools/gn/docs/cookbook.md
|
| index 623f84fb60b0a369e3524cfd92a1b13f21aa2125..66a44f73c2c8e942ccaa5b447cc9f7e3e1e2df8c 100644
|
| --- a/tools/gn/docs/cookbook.md
|
| +++ b/tools/gn/docs/cookbook.md
|
| @@ -253,7 +253,7 @@ places are noted in the table below.
|
| | `enable_managed_users` (0/1) | `enable_managed_users` (true/false) | `//build/config/features.gni` |
|
| | `enable_mdns` (0/1) | `enable_mdns` (true/false) | `//build/config/features.gni` |
|
| | `enable_one_click_signin` (0/1) | `enable_one_click_signin` (true/false) | `//chrome/common/features.gni` |
|
| -| `enable_pepper_cdms` (0/1) | `enable_pepper_cdms` (true/false) | `//build/config/features.gni` |
|
| +| `enable_pepper_cdms` (0/1) | `enable_pepper_cdms` (true/false) | `//ppapi/features/features.gni` |
|
| | `enable_plugins` (0/1) | `enable_plugins` (true/false) | `//build/config/features.gni` |
|
| | `enable_plugin_installation` (0/1) | `enable_plugin_installation` (true/false) | `//build/config/features.gni` |
|
| | `enable_basic_printing` (0/1) | `enable_basic_printing` (true/false) | `//build/config/features.gni` |
|
|
|