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

Unified Diff: docs/ios_build_instructions.md

Issue 1753693002: docs: fix markdown issues in ios_build_instructions.md (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/ios_build_instructions.md
diff --git a/docs/ios_build_instructions.md b/docs/ios_build_instructions.md
index ab7a1770ff3991a8051dd4d58e3dd261457bf012..44f51541e1d46e21f310c4bbabe5de6fe02dface 100644
--- a/docs/ios_build_instructions.md
+++ b/docs/ios_build_instructions.md
@@ -89,26 +89,17 @@ file.
file (removing the `chromium_ios_signing=0` if you want to make
developer-signed builds):
-{
-
+`{
"GYP\_DEFINES" : "OS=ios chromium\_ios\_signing=0",
-
"GYP\_GENERATORS" : "ninja,xcode-ninja",
-
-}
-
-\
+}`
Then make sure you sync again to get all the new files like the
following. At the end it will run gyp\_chromium which will regenerate
all the build files according to the new settings.
-\
tfarina 2016/03/01 12:54:52 Admittedly, I didn't know what to do (how to fix)
-
`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