| OLD | NEW |
| 1 # Linux-specific build instructions | 1 # Linux-specific build instructions |
| 2 | 2 |
| 3 [TOC] | 3 [TOC] |
| 4 | 4 |
| 5 ## Get the code | 5 ## Get the code |
| 6 | 6 |
| 7 [Get the Code](http://dev.chromium.org/developers/how-tos/get-the-code). The | 7 [Get the Code](https://www.chromium.org/developers/how-tos/get-the-code). The |
| 8 general instructions on the "Get the code" page cover basic Linux build setup | 8 general instructions on the "Get the code" page cover basic Linux build setup |
| 9 and configuration. | 9 and configuration. |
| 10 | 10 |
| 11 This page documents some additional Linux-specific build issues. | 11 This page documents some additional Linux-specific build issues. |
| 12 | 12 |
| 13 ## Overview | 13 ## Overview |
| 14 | 14 |
| 15 Due its complexity, Chromium uses a set of custom tools to check out and build. | 15 Due its complexity, Chromium uses a set of custom tools to check out and build. |
| 16 Here's an overview of the steps you'll run: | 16 Here's an overview of the steps you'll run: |
| 17 | 17 |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 * Want to use Eclipse as your IDE? See | 137 * Want to use Eclipse as your IDE? See |
| 138 [LinuxEclipseDev](linux_eclipse_dev.md). | 138 [LinuxEclipseDev](linux_eclipse_dev.md). |
| 139 * Built version as Default Browser? See | 139 * Built version as Default Browser? See |
| 140 [LinuxDevBuildAsDefaultBrowser](linux_dev_build_as_default_browser.md). | 140 [LinuxDevBuildAsDefaultBrowser](linux_dev_build_as_default_browser.md). |
| 141 | 141 |
| 142 ## Next Steps | 142 ## Next Steps |
| 143 | 143 |
| 144 If you want to contribute to the effort toward a Chromium-based browser for | 144 If you want to contribute to the effort toward a Chromium-based browser for |
| 145 Linux, please check out the [Linux Development page](linux_development.md) for | 145 Linux, please check out the [Linux Development page](linux_development.md) for |
| 146 more information. | 146 more information. |
| OLD | NEW |