Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(310)

Unified Diff: tools/gn/docs/cookbook.md

Issue 2150943003: Add MIPS SIMD Arch (MSA) build flags for GYP/GN builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« build/config/mips.gni ('K') | « build/config/mips.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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` |
« build/config/mips.gni ('K') | « build/config/mips.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698