summaryrefslogtreecommitdiffstats
path: root/blimp/docs
diff options
context:
space:
mode:
authornyquist <nyquist@chromium.org>2015-09-21 12:00:34 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-21 19:01:11 +0000
commit8c29da53b67ea28cbf87dea8e0b75817d33d3852 (patch)
treed0d756fbc33cbc75e6db75dd05e5fc76eb15cb18 /blimp/docs
parentf69e429c7c50d1243c72d78a17fb308e0d7a7668 (diff)
downloadchromium_src-8c29da53b67ea28cbf87dea8e0b75817d33d3852.zip
chromium_src-8c29da53b67ea28cbf87dea8e0b75817d33d3852.tar.gz
chromium_src-8c29da53b67ea28cbf87dea8e0b75817d33d3852.tar.bz2
Fix spacing for blimp markdown.
The building page for blimp is missing a few newlines to ensure that GN args and build commands are rendered correctly. This CL adds the missing newlines. BUG=None Review URL: https://codereview.chromium.org/1356663003 Cr-Commit-Position: refs/heads/master@{#349984}
Diffstat (limited to 'blimp/docs')
-rw-r--r--blimp/docs/build.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/blimp/docs/build.md b/blimp/docs/build.md
index b29b5ff..becda69 100644
--- a/blimp/docs/build.md
+++ b/blimp/docs/build.md
@@ -5,9 +5,11 @@ be found in the GN [quick start guide](../../tools/gn/docs/quick_start.md).
## Android setup
To setup GN, run the following command:
+
```
gn args out-android/Debug
```
+
This will bring up an editor, where you can type in the following:
```
@@ -21,10 +23,13 @@ use_goma = true
## Linux setup
For building for Linux, you can have a side-by-side out-directory:
+
```
gn args out-linux/Debug
```
+
Use the same arguments as above, but remove `target_os`.
+
```
is_debug = true
is_clang = true