summaryrefslogtreecommitdiff
path: root/tools/third_party.py
AgeCommit message (Collapse)Author
2018-12-03third_party: symlink //third_party/v8/build => //buildBert Belder
2018-11-30Use pylint.Ryan Dahl
2018-11-29Make //build a git submoduleRyan Dahl
So we can float patches before sending them upstream. https://github.com/denoland/chromium_build Remove build_extra/toolchain
2018-10-27Ergonomics: Prompt TTY for permission escalation (#1081)Ryan Dahl
2018-10-23format: don't format files in third_partyBert Belder
It's annoying, and it also makes appveyor slow because it will re-upload the third_party cache every time something changes in there.
2018-10-23third_party: install yapf with pipBert Belder
2018-10-23Bundle pywin32 in third_partyBert Belder
2018-10-19Add missing copyrights (#1024)ztplz
2018-09-10tools/setup: on windows, make env vars not affect gn gen outputBert Belder
2018-08-17Add yarn.lock to third_partyRyan Dahl
Prevents upgrades with running tools/sync_third_party.py
2018-08-17chore: download clang-format from google storageYoshiya Hinosawa
2018-08-08Remove yarn.lockRyan Dahl
Fixes #393.
2018-08-03Improve rust build docsRyan Dahl
2018-08-02tools: fix `tools/clang` symlink on startupBert Belder
2018-07-29Install sysroot on linux.Ryan Dahl
2018-07-29Rename run_hooks.py to setup.pyRyan Dahl
Moves 'gn gen' into setup.py Make tools/build.py more ergonomic.
2018-07-25Clean up and fix toolsBert Belder
* Make sync_third_party work in general * Un-break build.py and run_hooks.py on windows * Partially fix format.py on windows * Reduce code duplication between run_hooks and sync_third_party