diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-11-07 10:45:58 -0500 |
---|---|---|
committer | Ry Dahl <ry@tinyclouds.org> | 2019-11-07 17:58:05 -0500 |
commit | 508d728b5e27fd0c81669050869cf52c41538a87 (patch) | |
tree | 558c6350dd24f91daa238293e76096e85912e16e /tools/gclient_config.py | |
parent | e1d1836854f36c357756f204b4b88ea41e08b251 (diff) |
upgrade: V8 8.0.192
Diffstat (limited to 'tools/gclient_config.py')
-rw-r--r-- | tools/gclient_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gclient_config.py b/tools/gclient_config.py index f7ca728e7..e100e9947 100644 --- a/tools/gclient_config.py +++ b/tools/gclient_config.py @@ -2,7 +2,7 @@ # pylint: disable=line-too-long solutions = [ { - 'url': 'https://chromium.googlesource.com/v8/v8.git@7.9.317.12', + 'url': 'https://chromium.googlesource.com/v8/v8.git@8.0.192', 'name': 'v8', 'deps_file': 'DEPS', 'custom_deps': { |