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

Unified Diff: blimp/docs/build.md

Issue 2104003003: Update Build and Running documentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | blimp/docs/running.md » ('j') | blimp/docs/running.md » ('J')
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 638cefa76f78b2e30f1f7ded48905db4311de2d5..70a07e922a5e540fc55269a6b9ff8fb08335fe99 100644
--- a/blimp/docs/build.md
+++ b/blimp/docs/build.md
@@ -1,3 +1,10 @@
+[TOC]
+
+# Checkout
+If you want to build the Android client then you would need to follow
Kevin M 2016/06/28 22:31:52 will need
Sriram 2016/06/28 23:22:38 Done.
+instruciton [here](https://www.chromium.org/developers/how-tos/android-build-instructions)
Kevin M 2016/06/28 22:31:52 typo: "instructions"
Sriram 2016/06/28 23:22:38 Done.
+to sync Android related code as well.
+
# Using GN
Blimp only supports building using [GN](../../tools/gn/README.md). A quick
overview over how to use GN can be found in the GN
@@ -45,6 +52,10 @@ To add your own build preferences:
gn args out-android/Debug
```
+For example, you can build `x86` APK by adding `target_cpu = "x86"` to the `gn
+args`.
+
+
### Engine
Create another out-directory and set the GN args:
« no previous file with comments | « no previous file | blimp/docs/running.md » ('j') | blimp/docs/running.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698