- remove references from the docs
- don't build newlib SDK componenes
- remove newlib as a valid toolchain in the build system
- remove use_sysroot=1 setting (this is now the default)
- remove old/unused dsc2gyp.py script
- regenerate docs
CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_nacl_sdk;tryserver.chromium.mac:mac_nacl_sdk
Review URL: https://codereview.chromium.org/1655873003
Cr-Commit-Position: refs/heads/master@{#373024}
Add check for doxygen version of build script since
we require a specific version (sadly).
Review URL: https://codereview.chromium.org/1536883002
Cr-Commit-Position: refs/heads/master@{#365977}
* It was broken after the git switch (it used SVN internally)
* Generate Pepper indexes to
c-api-{channel} instead of pepper_{channel}/c
This relies on using Doxygen 1.7.6.1, which was installed by default on Lucid. Doxygen 1.8 does not work, and maybe never will.
You can set the DOXYGEN environment variable to point to a good version of doxygen.
No trybots because it is a documentation generation only change. I tested locally to ensure this wouldn't break stuff.
BUG=none
TEST=local
NOTRY=true
R=sbc@chromium.org
Review URL: https://codereview.chromium.org/591683002
Cr-Commit-Position: refs/heads/master@{#302127}