Commit 954a8bee authored by Colin Blundell's avatar Colin Blundell Committed by Commit Bot

[WebLayer] Augment the documentation on building

Change-Id: I55de2281b96b1a141ac43d75b84677ec16ce7d67
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1856967Reviewed-by: default avatarDarin Fisher <darin@chromium.org>
Commit-Queue: Colin Blundell <blundell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#708124}
parent 5cac1354
...@@ -29,7 +29,18 @@ Bug tracker: [Internals>WebLayer](https://bugs.chromium.org/p/chromium/issues/li ...@@ -29,7 +29,18 @@ Bug tracker: [Internals>WebLayer](https://bugs.chromium.org/p/chromium/issues/li
`renderer` internal code which runs in the renderer process `renderer` internal code which runs in the renderer process
## Testing ## Setting Up Your Build Environment
If you haven't done this already, you first need to set up an Android build. If
you are a Google employee, reach out to weblayer-team@google.com for internal
instructions. Otherwise follow the [Android build instructions](/docs/android_build_instructions.md).
## Building and Testing
To run the sample app:
$ autoninja -C out/Default run_weblayer_shell
$ out/Default/bin/run_weblayer_shell
To run instrumentation tests: To run instrumentation tests:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment