Skip to content

Commit 8ce99b7

Browse files
committed
Update Chromium to 73.0.3683.86
1 parent a931a42 commit 8ce99b7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

DEPS

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

3838

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

102-
'nw_src_revision': '6c72dea87c6f5d06bb652bfbd287a8108f5c8a28',
103-
'nw_v8_revision': '73051e396abd172528200330914091bd36bfa24c',
102+
'nw_src_revision': 'f4d987bc48dcd76fe2da5cbcce79b913e50c6660',
103+
'nw_v8_revision': 'da8705ec42a22b5587913efae0fcfe69dd4c230c',
104104
'nw_node_revision': '6f03c09de25ae4a3d9445334f8f95c25d89fbbc0',
105105
# ANGLE's deps are relative to the angle_root variable.
106106
'angle_root': 'src/third_party/angle',
@@ -126,11 +126,11 @@ vars = {
126126
# Three lines of non-changing comments so that
127127
# the commit queue can handle CLs rolling Skia
128128
# and whatever else without interference from each other.
129-
'skia_revision': '84c5c846e543066678a8fd8391171fb730886852',
129+
'skia_revision': '636ee33902ddc27fd9683d250ceb23f65467488b',
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': 'a8a51d8837b31292af4a420039f154967f86c7eb',
133+
'v8_revision': '51df567dd66bdea870c9a93f445ee50b7bbd6735',
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@eaeb005f029e576064c33c1ff7008c2102962bb2',
1268+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@b3b875a3bf7a110b69ae40098af465ad71375611',
12691269
'condition': 'checkout_src_internal',
12701270
},
12711271

0 commit comments

Comments
 (0)