| Age | Commit message (Collapse) | Author |
|
//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.
|
|
* Fix tools/docs.py
* Remove dead code: sync_rust_crates.py
|
|
|
|
This fixes an issue on Windows that causes build to fails when
fix_symlinks() is called concurrently with another build step.
It is also no longer necessary, since recent versions of git know how to
properly create symbolic links on checkout.
|
|
|
|
* 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
|
|
|
|
|
|
|
|
So we can float patches before sending them upstream.
https://github.com/denoland/chromium_build
Remove build_extra/toolchain
|
|
|
|
It's annoying, and it also makes appveyor slow because it will re-upload
the third_party cache every time something changes in there.
|
|
|
|
|
|
|
|
|
|
Prevents upgrades with running tools/sync_third_party.py
|
|
|
|
Fixes #393.
|
|
|
|
|
|
|
|
Moves 'gn gen' into setup.py
Make tools/build.py more ergonomic.
|
|
* Make sync_third_party work in general
* Un-break build.py and run_hooks.py on windows
* Partially fix format.py on windows
* Reduce code duplication between run_hooks and sync_third_party
|