Skip to content

Commit 0376fd2

Browse files
committed
[DEPS] Update to 73.0.3683.103
1 parent 5dda4cb commit 0376fd2

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, android, linux64, mac64, win64",
40+
"buildspec_platforms": "win, 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.
@@ -99,8 +99,8 @@ vars = {
9999
# as an expression.
100100
'cros_download_vm': '"{cros_board}" == "amd64-generic"',
101101

102-
'nw_src_revision': '1996827ca7e9803b475367105b8b7cd810e1e0b2',
103-
'nw_v8_revision': 'da8705ec42a22b5587913efae0fcfe69dd4c230c',
102+
'nw_src_revision': '155cbea905e1086625814fbba3b1e4ae76698271',
103+
'nw_v8_revision': '5359178179fe3737f5df21adbf262218f6104680',
104104
'nw_node_revision': '4ff08046bd599752239b2d61428024a82734d0cf',
105105
# ANGLE's deps are relative to the angle_root variable.
106106
'angle_root': 'src/third_party/angle',
@@ -130,7 +130,7 @@ vars = {
130130
# Three lines of non-changing comments so that
131131
# the commit queue can handle CLs rolling V8
132132
# and whatever else without interference from each other.
133-
'v8_revision': '51df567dd66bdea870c9a93f445ee50b7bbd6735',
133+
'v8_revision': '6ea79206e573ea4a189e8d2ac5217c8f9e359230',
134134
# Three lines of non-changing comments so that
135135
# the commit queue can handle CLs rolling swarming_client
136136
# and whatever else without interference from each other.
@@ -1265,7 +1265,7 @@ deps = {
12651265
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
12661266

12671267
'src-internal': {
1268-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@b3b875a3bf7a110b69ae40098af465ad71375611',
1268+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@8cc00e0adcc4de4d08c28bdeb90f2636fcc215ae',
12691269
'condition': 'checkout_src_internal',
12701270
},
12711271

0 commit comments

Comments
 (0)