Skip to content

Commit 154b9a0

Browse files
committed
Update Chromium to 74.0.3729.131
1 parent 2bbfbb5 commit 154b9a0

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
@@ -38,7 +38,7 @@ gclient_gn_args = [
3838

3939

4040
vars = {
41-
"buildspec_platforms": "win, ios, linux64, chromeos, win64, android, mac64",
41+
"buildspec_platforms": "win, linux64, mac64, win64",
4242
# Variable that can be used to support multiple build scenarios, like having
4343
# Chromium specific targets in a client project's GN file or sync dependencies
4444
# conditionally etc.
@@ -111,8 +111,8 @@ vars = {
111111
# as an expression.
112112
'cros_download_vm': '"{cros_board}" == "amd64-generic"',
113113

114-
'nw_src_revision': '63389cb56c3875ac23abb512e8b1fb4520a9b2a9',
115-
'nw_v8_revision': '4442f52f95ddefd12dc9c11161f9ff835b7fa6d0',
114+
'nw_src_revision': 'cfa56cdaf5b9e588d46f3db46d8f7bd387c7c8ae',
115+
'nw_v8_revision': '72f6ffb9cb3b55e22ca13cb077ad5ea733da495c',
116116
'nw_node_revision': '0b3d26958ed0244837031c91e6d6987f634cf8fc',
117117
# ANGLE's deps are relative to the angle_root variable.
118118
'angle_root': 'src/third_party/angle',
@@ -142,7 +142,7 @@ vars = {
142142
# Three lines of non-changing comments so that
143143
# the commit queue can handle CLs rolling V8
144144
# and whatever else without interference from each other.
145-
'v8_revision': 'd86d65ab0de58d43a7b479962c940f567a14325b',
145+
'v8_revision': '39ac3d081aff202943947012cd181fd3c2576dc6',
146146
# Three lines of non-changing comments so that
147147
# the commit queue can handle CLs rolling swarming_client
148148
# and whatever else without interference from each other.
@@ -1348,7 +1348,7 @@ deps = {
13481348
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
13491349

13501350
'src-internal': {
1351-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@280ad282a42e82e76b938bf5b06afe572a160ae2',
1351+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@676d7c9cebdf12f40ec8649575f21ee50c2cfc7e',
13521352
'condition': 'checkout_src_internal',
13531353
},
13541354

0 commit comments

Comments
 (0)