Skip to content

Commit 618f746

Browse files
committed
[DEPS] update for 72.0.3626.121
1 parent 85d803f commit 618f746

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

DEPS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ gclient_gn_args = [
3737

3838

3939
vars = {
40-
"buildspec_platforms": "win, linux64, mac64, win64",
40+
"buildspec_platforms": "win, android, linux64, mac64, win64",
4141
# Variable that can be used to support multiple build scenarios, like having
4242
# Chromium specific targets in a client project's GN file or sync dependencies
4343
# conditionally etc.
@@ -94,8 +94,8 @@ vars = {
9494
# as an expression.
9595
'cros_download_vm': '"{cros_board}" == "amd64-generic"',
9696

97-
'nw_src_revision': '6a276b59cd37da34701a41a17f460afdb2422d21',
98-
'nw_v8_revision': '9a37f3a21f657c11b61e7bdd4c25d93e049f5ab5',
97+
'nw_src_revision': '3b3dbf0029c665e64183e40f9051460b010bc073',
98+
'nw_v8_revision': 'c9ce5b70fc2cb2a62e95685315ac086a7477a196',
9999
'nw_node_revision': '7d07f11e96cfaf27534c5d4fb90deb782cd87b25',
100100
# ANGLE's deps are relative to the angle_root variable.
101101
'angle_root': 'src/third_party/angle',
@@ -121,7 +121,7 @@ vars = {
121121
# Three lines of non-changing comments so that
122122
# the commit queue can handle CLs rolling V8
123123
# and whatever else without interference from each other.
124-
'v8_revision': '5b30f7832db5cb9df3c8166635b9752eac07bce5',
124+
'v8_revision': '8c42ed9e1e49460dd68819834adec90c0e369ddb',
125125
# Three lines of non-changing comments so that
126126
# the commit queue can handle CLs rolling swarming_client
127127
# and whatever else without interference from each other.
@@ -1216,7 +1216,7 @@ deps = {
12161216
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
12171217

12181218
'src-internal': {
1219-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@dbcd6fbb683d95691d4d1483ac1b9bfda68104c4',
1219+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@78852b077ff1706b64364a0e11f69f042b13fa6f',
12201220
'condition': 'checkout_src_internal',
12211221
},
12221222

0 commit comments

Comments
 (0)