summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Collapse)Author
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