summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Collapse)Author
2019-09-15Move GN root into //core/libdeno (#2943)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-04-29Upgrade V8 to 7.6.53Ryan Dahl
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-15build: write a gcc-style depfile when using clang-cl (#1525)Bert Belder
This ensures deno gets rebuild properly when .c/.cc source files are modified. Fixes: #1424
2018-12-08build: manage win lld-link.exe thin archive flag with config("thin_archive")Bert Belder
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-07-03move v8 to third_party/v8 (#322)Yoshiya Hinosawa
2018-07-01reorg: Move GN files to root (#309)Yoshiya Hinosawa
refs: #285