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

Unified Diff: docs/ios_build_instructions.md

Issue 2597573003: [ios] Updates docs to include build instructions for Chromium.app. (Closed)
Patch Set: Created 4 years 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 d557aad1ae82919d505396dd8637aee76ebbedef..7c8ab1fd34a23c85c0b04549d62dfca97eaa78ac 100644
--- a/docs/ios_build_instructions.md
+++ b/docs/ios_build_instructions.md
@@ -106,19 +106,15 @@ You can also follow the manual instructions on the
[Mac page](mac_build_instructions.md), but make sure you set the
GN arg `target_os="ios"`.
-## Running `ios_web_shell`
+## Running apps from the commandline
Any target that is built and runs on the bots (see [below](#Troubleshooting))
-should run successfully in a local build. As of the time of writing, this is
-only the `ios_web_shell` and `ios_chrome_unittests` targets—see the note at the
-top of this page. Check the bots periodically for updates; more targets (new
-components) will come on line over time.
-
-To run in the simulator from the command line, you can use `iossim`. For
-example, to run a debug build of `ios_web_shell`:
+should run successfully in a local build. To run in the simulator from the
+command line, you can use `iossim`. For example, to run a debug build of
+`Chromium`:
```shell
-$ out/Debug-iphonesimulator/iossim out/Debug-iphonesimulator/ios_web_shell.app
+$ out/Debug-iphonesimulator/iossim out/Debug-iphonesimulator/Chromium.app
```
## Update your checkout
« 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