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

Unified Diff: blimp/docs/build.md

Issue 1356663003: Fix spacing for blimp markdown. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/docs/build.md
diff --git a/blimp/docs/build.md b/blimp/docs/build.md
index b29b5ff811fda143380cb0994b8a2cc6c1b84fb8..becda6972df96c94d44fd4793f1824fef36f0f41 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698