summaryrefslogtreecommitdiff
path: root/gclient_config.py
AgeCommit message (Collapse)Author
2019-10-31Upgrade node_modules, change tagline, clean up root directory (#3247)Ry Dahl
* Upgrade node_modules * Simplify tagline * Move gclient_config.py out of root * Move package.json to tools * Remove yarn.lock * Remove CONTRIBUTING.md
2019-10-28Upgrade V8 to 7.9.317.12 (#3208)Ry Dahl
2019-10-15Upgrade V8 to 7.9.304Ryan Dahl
2019-10-06Upgrade V8 to 7.9.218 (#3067)Ryan Dahl
2019-09-24Upgrade V8 for top-level-await (#3015)Ryan Dahl
2019-09-16remove zlib from gclient_config.py (#2961)Christian Moritz
and remove DENO_NINJA_PATH from manual
2019-09-15Run format.py (#2950)Bert Belder
2019-09-11tools: download gn from CIPD (#2912)Christian Moritz
2019-09-10Upgrade V8 to 7.9.8 (#2907)Ryan Dahl
//build was updated and our patch rebased: https://github.com/denoland/chromium_build/tree/20190910_win_clang_depfile V8 has removed the binaries third_party/v8/buildtools/*/gn.sha1 and started using CIPD. In this patch, I've hacked in the original .sha1 files and continue to use download_from_google_storage instead of the new CIPD. This will be fixed in later work.
2019-08-26Remove flatbuffers (#2818)Ryan Dahl
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