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

Unified Diff: docs/ios_build_instructions.md

Issue 1775473002: docs: fix the numbering in "Converting an existing Mac checkout" section (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 8a4e60b76b26dbe53dca357ff2cc5646986493aa..068c0f02a1b13ede244fad3fab1b15977239bd3d 100644
--- a/docs/ios_build_instructions.md
+++ b/docs/ios_build_instructions.md
@@ -98,7 +98,7 @@ below:
1. Add `target_os = [ "ios" ]` to the bottom of your `chromium/.gclient`
file.
-1. Make sure you have the following in your `chromium/chromium.gyp_env`
+2. Make sure you have the following in your `chromium/chromium.gyp_env`
file (removing the `chromium_ios_signing=0` if you want to make
developer-signed builds):
@@ -109,7 +109,7 @@ developer-signed builds):
}
```
-1. Make sure to sync again to fetch the iOS specific dependencies and
+3. Make sure to sync again to fetch the iOS specific dependencies and
regenerate build rules using:
```shell
« 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