0
Files
src/docs
ntfschr 29a7adabb3 WebView: update outdated docs for test shell
WebView no longer supports the android_webview_apk target for anything
other than automated testing. Keeping docs for building an unsupported
target is misleading, especially since android_webview_apk is not
actually a WebView.

This CL keeps the description about WebView, but removes the parts
about the test shell. It has a pointer to our team's chromium wiki page
for building and installing AOSP WebView.

This renames the section to "Build WebView" instead of "Build WebView
shell" to reflect the update.

BUG=703376

Review-Url: https://codereview.chromium.org/2770983007
Cr-Commit-Position: refs/heads/master@{#459221}
2017-03-23 21:17:08 +00:00
..
2016-12-06 02:51:01 +00:00
2016-12-02 22:16:53 +00:00
2016-12-02 22:16:53 +00:00
2016-12-15 23:39:34 +00:00
2017-03-22 13:51:45 +00:00

Chromium docs

This directory contains chromium project documentation in Gitiles-flavored Markdown. It is automatically rendered by Gitiles.

Style guide

Markdown documents must follow the style guide.

Previewing changes

You can preview your local changes using md_browser:

# in chromium checkout
./tools/md_browser/md_browser.py

To review someone else's changes, apply them locally first:

# in chromium checkout
git cl patch <CL number or URL>
./tools/md_browser/md_browser.py