Commit ff69eea6 authored by brucedawson's avatar brucedawson Committed by Commit bot

Change cookbook to map target_arch to target_cpu

target_arch was listed as the gn equivalent of target_arch. This is
wrong.

BUG=570145

Review URL: https://codereview.chromium.org/1568623002

Cr-Commit-Position: refs/heads/master@{#367912}
parent c4769d7b
...@@ -190,7 +190,7 @@ places are noted in the table below. ...@@ -190,7 +190,7 @@ places are noted in the table below.
| `msan` (0/1) | `is_msan` (true/false) | `//build/config/sanitizers/sanitizers.gni` | | `msan` (0/1) | `is_msan` (true/false) | `//build/config/sanitizers/sanitizers.gni` |
| `SDKROOT` (Mac) | `sysroot` | `//build/config/sysroot.gni` | | `SDKROOT` (Mac) | `sysroot` | `//build/config/sysroot.gni` |
| `sysroot` | `sysroot` | `//build/config/sysroot.gni` | | `sysroot` | `sysroot` | `//build/config/sysroot.gni` |
| `target_arch` ("ia32"/"x64"/"arm"/"mipsel") | `target_arch` ("x86"/"x64"/"arm"/"mipsel") | (global) | | `target_arch` ("ia32"/"x64"/"arm"/"mipsel") | `target_cpu` ("x86"/"x64"/"arm"/"mipsel") | (global) |
| `toolkit_views` (0/1) | `toolkit_views` | `//build/config/ui.gni` | | `toolkit_views` (0/1) | `toolkit_views` | `//build/config/ui.gni` |
| `tsan` (0/1) | `is_tsan` (true/false) | `//build/config/sanitizers/sanitizers.gni` | | `tsan` (0/1) | `is_tsan` (true/false) | `//build/config/sanitizers/sanitizers.gni` |
| `windows_sdk_path` | `windows_sdk_path` | (internal to `//build/config/win/BUILD.gn`) | | `windows_sdk_path` | `windows_sdk_path` | (internal to `//build/config/win/BUILD.gn`) |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment