Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-29 | Make //build a git submodule | Ryan Dahl | |
So we can float patches before sending them upstream. https://github.com/denoland/chromium_build Remove build_extra/toolchain | |||
2018-09-26 | build: do not quote cc_wrapper on windows | Bert Belder | |
This brings behavior inline with the unix toolchain, which also leaves cc_wrapper unquoted. If necessary, add quotes in the setup phase instead. | |||
2018-09-08 | build: override host_toolchain on windows to use sccache with v8 | Bert Belder | |
2018-08-28 | build: regenerate BUILD.gn for cacheable windows toolchain | Bert Belder | |
2018-08-25 | Build: make it possible to use ccache/sccache on windows | Bert Belder | |
Also auto-detect the availability of sccache in setup.py. |