summaryrefslogtreecommitdiff
path: root/gclient_config.py
AgeCommit message (Collapse)Author
2019-07-09Upgrade v8 to 7.7.200 (#2624)Ryan Dahl
2019-06-10Upgrade V8 to 7.7.37 (#2492)Ryan Dahl
2019-04-29Upgrade V8 to 7.6.53Ryan Dahl
2019-02-27upgrade V8 to 7.4.238 (#1849)Ryan Dahl
2019-02-13Upgrade V8 to 7.4.158 (#1767)Ryan Dahl
This is to have access to this fix: https://bugs.chromium.org/p/v8/issues/detail?id=8838 necessary for v8_postmortem_support.
2019-02-06Upgrade V8 to 7.4.98 (kKeep fix) (#1640)Ryan Dahl
* Upgrade V8 to 7.4.98 (kKeep fix) https://github.com/denoland/deno/issues/814 https://bugs.chromium.org/p/v8/issues/detail?id=8761 * fix tests
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
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