0
Files
src/docs
sdefresne 907b382a53 [ios] Fix build instruction and scripts.
-   The script setup-gn.py is not run as part of `gclient runhooks`
    upstream, so update the documentation to not say the opposite.

-   Fix an error in the setup-gn.py that treated any non-empty
    value for FORCE_MAC_TOOLCHAIN environment variable as a `True`
    (in python any non-empty string is `True` in a boolean context).

BUG=None

Review-Url: https://codereview.chromium.org/2804633002
Cr-Commit-Position: refs/heads/master@{#462065}
2017-04-05 14:34:28 +00:00
..
2017-03-30 11:28:29 +00:00
2016-12-06 02:51:01 +00:00
2016-09-21 22:29:06 +00:00
2016-12-02 22:16:53 +00:00
2017-03-31 20:20:41 +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