diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-10-20 13:20:48 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-20 16:30:02 -0700 |
commit | bcf10bcf27daef5979f8e8844110eb4ff6c33a9d (patch) | |
tree | 10d31127e89da8b8f034ec3abd6423c609c84024 /gclient_config.py | |
parent | 92b0a94c23c2c5df969969c20a6ef760e499f984 (diff) |
Upgrade V8 to 7.1.302.4
Diffstat (limited to 'gclient_config.py')
-rw-r--r-- | gclient_config.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gclient_config.py b/gclient_config.py index f5c1cda52..93d744a3f 100644 --- a/gclient_config.py +++ b/gclient_config.py @@ -1,6 +1,6 @@ # Copyright 2018 the Deno authors. All rights reserved. MIT license. solutions = [{ - 'url': 'https://chromium.googlesource.com/v8/v8.git@7.0.276.15', + 'url': 'https://chromium.googlesource.com/v8/v8.git@7.1.302.4', 'name': 'v8', 'deps_file': 'DEPS', 'custom_deps': { @@ -8,6 +8,7 @@ solutions = [{ 'v8/third_party/colorama/src': None, 'v8/testing/gmock': None, 'v8/tools/swarming_client': None, + 'v8/tools/gyp': None, 'v8/third_party/instrumented_libraries': None, 'v8/third_party/android_tools': None, 'v8/third_party/depot_tools': None, |