Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(669)

Side by Side Diff: docs/linux_build_instructions.md

Issue 1320423007: [Docs] Remove \uFEFF from beginning of some docs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | docs/linux_debugging.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Build instructions for Linux 1 # Build instructions for Linux
2 2
3 [TOC] 3 [TOC]
4 4
5 ## Overview 5 ## Overview
6 6
7 Due its complexity, Chromium uses a set of custom tools to check out and build. 7 Due its complexity, Chromium uses a set of custom tools to check out and build.
8 Here's an overview of the steps you'll run: 8 Here's an overview of the steps you'll run:
9 9
10 1. **gclient**. A checkout involves pulling nearly 100 different SVN 10 1. **gclient**. A checkout involves pulling nearly 100 different SVN
11 repositories of code. This process is managed with a tool called `gclient`. 11 repositories of code. This process is managed with a tool called `gclient`.
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 * Want to use Eclipse as your IDE? See 214 * Want to use Eclipse as your IDE? See
215 [LinuxEclipseDev](linux_eclipse_dev.md). 215 [LinuxEclipseDev](linux_eclipse_dev.md).
216 * Built version as Default Browser? See 216 * Built version as Default Browser? See
217 [LinuxDevBuildAsDefaultBrowser](linux_dev_build_as_default_browser.md). 217 [LinuxDevBuildAsDefaultBrowser](linux_dev_build_as_default_browser.md).
218 218
219 ## Next Steps 219 ## Next Steps
220 220
221 If you want to contribute to the effort toward a Chromium-based browser for 221 If you want to contribute to the effort toward a Chromium-based browser for
222 Linux, please check out the [Linux Development page](linux_development.md) for 222 Linux, please check out the [Linux Development page](linux_development.md) for
223 more information. 223 more information.
OLDNEW
« no previous file with comments | « no previous file | docs/linux_debugging.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698