summaryrefslogtreecommitdiff
path: root/gclient_config.py
AgeCommit message (Collapse)Author
2018-12-23Upgrade V8 to 7.2.502.16 (#1403)Ryan Dahl
2018-12-04Upgrade flatbuffers to 80d148Ryan 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-31Upgrade Flatbuffers. (#1127)Ryan Dahl
Use msg_generated.rs as mod instead of crate.
2018-10-23third_party: install yapf with pipBert Belder
2018-10-21Add yapf to third_party.Ryan Dahl
2018-10-20Upgrade V8 to 7.1.302.4Ryan Dahl
2018-10-19Add missing copyrights (#1024)ztplz
2018-10-05Upgrade FlatbuffersRyan Dahl
2018-09-17Upgrade V8 to 7.0.276.15Ryan Dahl
2018-09-04Upgrade Flatbuffers (now using master)Ryan Dahl
2018-09-03Upgrade flatbuffersRyan Dahl
2018-08-27Update V8 to 7.0.247Ryan Dahl
2018-08-24Upgrade flatbuffersRyan Dahl
https://github.com/rw/flatbuffers/commit/83a71543f8ccbf230ac27cb523831bfafb9c84d7
2018-08-17Upgrade fbs to latest.Ryan Dahl
Reduces numbers of warnings.
2018-08-16Upgrade Rust FlatbuffersRyan Dahl
2018-08-07Remove //third_party/v8/third_party/depot_toolsRyan Dahl
It was a duplicate of //third_party/depot_tools
2018-07-21Add deno_third_party as git submodule.Ryan Dahl
2018-07-18Use Cargo to install rust deps into //third_party/rust_crates (#383)robbym
2018-07-18Add rust crate log to third_party.Ryan Dahl
2018-07-10Add rust url crate. (#355)Ryan Dahl
2018-07-07Move flatbuffers gn files to //build_extra/flatbuffersRyan Dahl
Fixes #342.
2018-07-04Replace protobufs with flatbuffersRyan Dahl
2018-07-04Rename .gclientRyan Dahl
so it doesn't accidentally get run in root dir. Ref #322