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

Side by Side Diff: docs/ios_build_instructions.md

Issue 1755133002: docs: enlarge the title used by the ios-build-instructions page (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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ### Build Instructions (iOS) 1 # iOS Build Instructions
2 2
3 **Note:** Upstreaming of iOS code is still a work in progress. In particular, 3 **Note:** Upstreaming of iOS code is still a work in progress. In particular,
4 note that **it is not currently possible to build an actual Chromium app.** 4 note that **it is not currently possible to build an actual Chromium app.**
5 Currently, the buildable binaries are ios\_web\_shell (a minimal wrapper around 5 Currently, the buildable binaries are ios\_web\_shell (a minimal wrapper around
6 the web layer), and various unit tests. 6 the web layer), and various unit tests.
7 7
8 Prerequisites 8 Prerequisites
9 ------------- 9 -------------
sdefresne 2016/03/02 14:16:40 nit: according to the style guide, this should be
tfarina 2016/03/02 15:25:59 Done.
10 10
11 - A Mac with a version of OS X capable of running the latest version 11 - A Mac with a version of OS X capable of running the latest version
12 of Xcode. 12 of Xcode.
13 - The latest version of [Xcode](https://developer.apple.com/xcode/), 13 - The latest version of [Xcode](https://developer.apple.com/xcode/),
14 including the current iOS SDK. 14 including the current iOS SDK.
15 - The current version of the JDK (required for the closure compiler). 15 - The current version of the JDK (required for the closure compiler).
16 - [depot\_tools](http://dev.chromium.org/developers/how-tos/install-depot-tool s). 16 - [depot\_tools](http://dev.chromium.org/developers/how-tos/install-depot-tool s).
17 17
18 Setting Up 18 Setting Up
19 ---------- 19 ----------
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 gclient sync 123 gclient sync
124 ``` 124 ```
125 125
126 Troubleshooting 126 Troubleshooting
127 --------------- 127 ---------------
128 128
129 If your build fails, check the iOS columns of [the Mac 129 If your build fails, check the iOS columns of [the Mac
130 waterfall](http://build.chromium.org/p/chromium.mac/console) (the last 130 waterfall](http://build.chromium.org/p/chromium.mac/console) (the last
131 two) to see if the bots are green. In general they should be, since 131 two) to see if the bots are green. In general they should be, since
132 failures on those bots will close the tree. 132 failures on those bots will close the tree.
OLDNEW
« 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