Chromium Code Reviews| Index: tools/gn/docs/cookbook.md |
| diff --git a/tools/gn/docs/cookbook.md b/tools/gn/docs/cookbook.md |
| index 687d9eb9e0185b538512e1e66d3b07ab91142e9e..942b572f05bc929a6e81be3f802035d12a418b8a 100644 |
| --- a/tools/gn/docs/cookbook.md |
| +++ b/tools/gn/docs/cookbook.md |
| @@ -222,6 +222,8 @@ places are noted in the table below. |
| | `mac_sdk_min` | `mac_sdk_min` | `//build/config/mac/mac_sdk.gni` | |
| | `mac_sdk_path` | `mac_sdk_path` | `//build/config/mac/mac_sdk.gni` | |
| | `mac_sdk` | `mac_sdk_version` | `//build/config/mac/mac_sdk.gni` | |
| +| `mac_strip_release` | `enable_stripping` | `//build/config/mac/symbols.gni` | |
|
Robert Sesek
2016/06/21 20:23:04
Looking at this list, I wonder if I should have na
Dirk Pranke
2016/06/21 21:32:31
no, I think the enable_ names are fine.
|
| +| `mac_want_real_dsym` | `enable_dsyms` | `//build/config/mac/symbols.gni` | |
| | `msan` (0/1) | `is_msan` (true/false) | `//build/config/sanitizers/sanitizers.gni` | |
| | `SDKROOT` (Mac) | `sysroot` | `//build/config/sysroot.gni` | |
| | `sysroot` | `sysroot` | `//build/config/sysroot.gni` | |