diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-09-10 19:18:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-10 19:18:31 -0400 |
commit | dd70d8622b8d3fb2064a6540f89a3632941cf37e (patch) | |
tree | 9e134e5bfd5a2b30cbdfc088537f80dd3b56ed73 /gclient_config.py | |
parent | 8f171c101a69f63cacd74a08e31e976f958ad0df (diff) |
Upgrade V8 to 7.9.8 (#2907)
//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.
Diffstat (limited to 'gclient_config.py')
-rw-r--r-- | gclient_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gclient_config.py b/gclient_config.py index 304cb6ecd..1eb1e4d2d 100644 --- a/gclient_config.py +++ b/gclient_config.py @@ -1,7 +1,7 @@ # Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. solutions = [{ 'url': - 'https://chromium.googlesource.com/v8/v8.git@7.7.200', + 'https://chromium.googlesource.com/v8/v8.git@7.9.8', 'name': 'v8', 'deps_file': 'DEPS', 'custom_deps': { |