| OLD | NEW |
| 1 # Linux-specific build instructions | 1 # Linux-specific build instructions |
| 2 | 2 |
| 3 ## Common checkout instructions | 3 ## Common checkout instructions |
| 4 | 4 |
| 5 This page covers Linux-specific setup and configuration. The | 5 This page covers Linux-specific setup and configuration. The |
| 6 [general checkout | 6 [general checkout |
| 7 instructions](http://dev.chromium.org/developers/how-tos/get-the-code) cover | 7 instructions](http://dev.chromium.org/developers/how-tos/get-the-code) cover |
| 8 installing depot tools and checking out the code via git. | 8 installing depot tools and checking out the code via git. |
| 9 | 9 |
| 10 ## Overview | 10 ## Overview |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 * Want to use Eclipse as your IDE? See | 152 * Want to use Eclipse as your IDE? See |
| 153 [LinuxEclipseDev](linux_eclipse_dev.md). | 153 [LinuxEclipseDev](linux_eclipse_dev.md). |
| 154 * Built version as Default Browser? See | 154 * Built version as Default Browser? See |
| 155 [LinuxDevBuildAsDefaultBrowser](linux_dev_build_as_default_browser.md). | 155 [LinuxDevBuildAsDefaultBrowser](linux_dev_build_as_default_browser.md). |
| 156 | 156 |
| 157 ## Next Steps | 157 ## Next Steps |
| 158 | 158 |
| 159 If you want to contribute to the effort toward a Chromium-based browser for | 159 If you want to contribute to the effort toward a Chromium-based browser for |
| 160 Linux, please check out the [Linux Development page](linux_development.md) for | 160 Linux, please check out the [Linux Development page](linux_development.md) for |
| 161 more information. | 161 more information. |
| OLD | NEW |