Chromium Code Reviews| Index: tools/gn/docs/cookbook.md |
| diff --git a/tools/gn/docs/cookbook.md b/tools/gn/docs/cookbook.md |
| index a11bc137f2700dad572c0b4b3a5fdafb73572fc1..773c3640227f49662d0751b4523212c4d5636a00 100644 |
| --- a/tools/gn/docs/cookbook.md |
| +++ b/tools/gn/docs/cookbook.md |
| @@ -224,6 +224,7 @@ places are noted in the table below. |
| | `mac_sdk` | `mac_sdk_version` | `//build/config/mac/mac_sdk.gni` | |
| | `mac_strip_release` | `enable_stripping` | `//build/config/mac/symbols.gni` | |
| | `mac_want_real_dsym` | `enable_dsyms` | `//build/config/mac/symbols.gni` | |
| +| `mips_msa` (0/1) | `mips_use_msa` (true/false) | `//build/config/mips.gni` | |
|
Dirk Pranke
2016/07/15 18:59:59
I wouldn't add this change; we don't list every fl
|
| | `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` | |