| OLD | NEW |
| 1 # Checking out and building Chromium for iOS | 1 # Checking out and building Chromium for iOS |
| 2 | 2 |
| 3 There are instructions for other platforms linked from the | 3 There are instructions for other platforms linked from the |
| 4 [get the code](get_the_code.md) page. | 4 [get the code](get_the_code.md) page. |
| 5 | 5 |
| 6 ## Instructions for Google Employees | 6 ## Instructions for Google Employees |
| 7 | 7 |
| 8 Are you a Google employee? See | 8 Are you a Google employee? See |
| 9 [go/building-chrome](https://goto.google.com/building-chrome) instead. | 9 [go/building-chrome](https://goto.google.com/building-chrome) instead. |
| 10 Google employee? See [go/building-chrome](https://goto.google.com/building-chrom
e) instead. | |
| 11 | 10 |
| 12 [TOC] | 11 [TOC] |
| 13 | 12 |
| 14 ## System requirements | 13 ## System requirements |
| 15 | 14 |
| 16 * A 64-bit Mac running 10.11+. | 15 * A 64-bit Mac running 10.11+. |
| 17 * [Xcode](https://developer.apple.com/xcode) 8.0+. | 16 * [Xcode](https://developer.apple.com/xcode) 8.0+. |
| 18 * The OS X 10.10 SDK. Run | 17 * The OS X 10.10 SDK. Run |
| 19 | 18 |
| 20 ```shell | 19 ```shell |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 | 187 |
| 189 ```shell | 188 ```shell |
| 190 $ xcodebuild -license | 189 $ xcodebuild -license |
| 191 ``` | 190 ``` |
| 192 | 191 |
| 193 Only accepting for all users of the machine requires root: | 192 Only accepting for all users of the machine requires root: |
| 194 | 193 |
| 195 ```shell | 194 ```shell |
| 196 $ sudo xcodebuild -license | 195 $ sudo xcodebuild -license |
| 197 ``` | 196 ``` |
| OLD | NEW |