0

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}
This commit is contained in:
nyquist
2015-09-21 12:00:34 -07:00
committed by Commit bot
parent f69e429c7c
commit 8c29da53b6

@@ -5,9 +5,11 @@ be found in the GN [quick start guide](../../tools/gn/docs/quick_start.md).
## Android setup ## Android setup
To setup GN, run the following command: To setup GN, run the following command:
``` ```
gn args out-android/Debug gn args out-android/Debug
``` ```
This will bring up an editor, where you can type in the following: This will bring up an editor, where you can type in the following:
``` ```
@@ -21,10 +23,13 @@ use_goma = true
## Linux setup ## Linux setup
For building for Linux, you can have a side-by-side out-directory: For building for Linux, you can have a side-by-side out-directory:
``` ```
gn args out-linux/Debug gn args out-linux/Debug
``` ```
Use the same arguments as above, but remove `target_os`. Use the same arguments as above, but remove `target_os`.
``` ```
is_debug = true is_debug = true
is_clang = true is_clang = true