|
@@ -186,12 +186,12 @@ $ gn gen out/Testing-x86 --args='... target_cpu = "x86"'
|
|
|
|
|
|
Not all combinations of source and target CPU/OS are supported by Chromium.
|
|
|
|
|
|
-<table>
|
|
|
-<tr><th>Host</th><th>Target</th><th>Status</th></tr>
|
|
|
-<tr><td>Windows x64</td><td>Windows arm64</td><td>Experimental</td>
|
|
|
-<tr><td>Windows x64</td><td>Windows x86</td><td>Automatically tested</td></tr>
|
|
|
-<tr><td>Linux x64</td><td>Linux x86</td><td>Automatically tested</td></tr>
|
|
|
-</table>
|
|
|
+| Host | Target | Status |
|
|
|
+|-------------|---------------|----------------------|
|
|
|
+| Windows x64 | Windows arm64 | Experimental |
|
|
|
+| Windows x64 | Windows x86 | Automatically tested |
|
|
|
+| Linux x64 | Linux x86 | Automatically tested |
|
|
|
+
|
|
|
|
|
|
If you test other combinations and find them to work, please update this document :)
|
|
|
|