summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gn4
m---------build0
-rw-r--r--gclient_config.py2
m---------third_party0
4 files changed, 5 insertions, 1 deletions
diff --git a/.gn b/.gn
index 19ba72dbb..2b19365dd 100644
--- a/.gn
+++ b/.gn
@@ -56,4 +56,8 @@ default_args = {
v8_use_external_startup_data = false
v8_use_snapshot = true
v8_postmortem_support = true # for https://github.com/nodejs/llnode/
+
+ # We don't want to require downloading the binary executable
+ # tools/clang/dsymutil.
+ enable_dsyms = false
}
diff --git a/build b/build
-Subproject 89b12c46424e9d18499ebecda24cfc5fad0c2c4
+Subproject 7b594236fbba04ee23d32ba3adf5ea68611cf2e
diff --git a/gclient_config.py b/gclient_config.py
index 40cc9e699..afe5dc39f 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.4.238',
+ 'https://chromium.googlesource.com/v8/v8.git@7.6.53',
'name': 'v8',
'deps_file': 'DEPS',
'custom_deps': {
diff --git a/third_party b/third_party
-Subproject 88acf8ea59d67442f7e06abf6fe73cf9d2ef326
+Subproject 434ec0c4dafc6ec670984e8ce56d1a4d5f4d77a