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

Unified Diff: docs/ios_build_instructions.md

Issue 1811613003: docs: codeblock within a list should be indented (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: indent 3 as well Created 4 years, 9 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/ios_build_instructions.md
diff --git a/docs/ios_build_instructions.md b/docs/ios_build_instructions.md
index a7d4f47a8da4f1bf516c1657008e85cc0b5d2c18..d609e944ec22d2eac61fa90f423bde0331662c7f 100644
--- a/docs/ios_build_instructions.md
+++ b/docs/ios_build_instructions.md
@@ -104,19 +104,19 @@ file.
file (removing the `chromium_ios_signing=0` if you want to make
developer-signed builds):
-```json
-{
- "GYP_DEFINES" : "OS=ios chromium_ios_signing=0",
- "GYP_GENERATORS" : "ninja,xcode-ninja",
-}
-```
+ ```json
+ {
+ "GYP_DEFINES" : "OS=ios chromium_ios_signing=0",
+ "GYP_GENERATORS" : "ninja,xcode-ninja",
+ }
+ ```
3. Make sure to sync again to fetch the iOS specific dependencies and
regenerate build rules using:
-```shell
-gclient sync
-```
+ ```shell
+ gclient sync
+ ```
## Troubleshooting
« 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