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

Unified Diff: docs/android_build_instructions.md

Issue 2691923003: Fix a command in android build doc (Closed)
Patch Set: Created 3 years, 10 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: docs/android_build_instructions.md
diff --git a/docs/android_build_instructions.md b/docs/android_build_instructions.md
index 2e2cf1bfd23fbab66113ef85f1a94205034ae54e..be30dfa87bf3affc3384658c6e6aeb725eed3b0d 100644
--- a/docs/android_build_instructions.md
+++ b/docs/android_build_instructions.md
@@ -134,7 +134,7 @@ configurations. To create a build directory which builds Chrome for Android,
run:
```shell
-$ gn gen '--args="target_os="android"' out/Default
+$ gn gen --args='target_os="android"' out/Default
```
* You only have to run this once for each new build directory, Ninja will
« 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