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

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

Issue 2084153002: [Mac/iOS/GN] Document enable_stripping and enable_dsyms vs their GYP equivalents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | 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 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` |
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698