summaryrefslogtreecommitdiff
path: root/tools/build_third_party.py
AgeCommit message (Collapse)Author
2018-07-18Use Cargo to install rust deps into //third_party/rust_crates (#383)robbym
2018-07-13gclient sync should be shallowRyan Dahl
2018-07-08Clean up tools/Ryan Dahl
- Factor out tools/util.py - Move js/*.py to tools. - Rewrite tools/format.sh in python. - Run lint first in travis.
2018-07-08tools: generate third_party dir and symlinks from the script. (#346)Yoshiya Hinosawa
Everyone needs to run ./tools/build_third_party.py after this commit.
2018-07-05chore: clean up build_third_party.pyYoshiya Hinosawa
2018-07-04Add tools/build_third_party.py (#328)Yoshiya Hinosawa
Fixes #312