Skip to content

Commit 5844184

Browse files
committed
[DEPS] sync with Chromium 70.0.3538.67
1 parent 39f866b commit 5844184

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

DEPS

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ vars = {
111111
# Three lines of non-changing comments so that
112112
# the commit queue can handle CLs rolling V8
113113
# and whatever else without interference from each other.
114-
'v8_revision': '5be1b3861c4fe01f7e06403472d8bef7bd6ba465',
115-
'nw_src_revision': '3b233264f3c33bbbb1bf043512b004c10ce0eb1d',
116-
'nw_v8_revision': 'b5ae645d1883ef16451b677a738cd3a5321cc54d',
117-
'nw_node_revision': '4052bfe6fa005ec309e48c25b9fa3f30bc82e354',
114+
'v8_revision': '5f246c123ea463b189ca0579c0a9074459e20a6f',
115+
'nw_src_revision': '35f2239052eb5a2abacada49ca4984d887a3e4d3',
116+
'nw_v8_revision': 'cdf79b5084e3a71aba5e9aa0b548bc059ffcb28c',
117+
'nw_node_revision': '9e7252de6f14c74cbb0e2dab2978dee11271156c',
118118

119119
# Three lines of non-changing comments so that
120120
# the commit queue can handle CLs rolling swarming_client
@@ -288,7 +288,7 @@ deps = {
288288
Var('chromium_git') + '/external/github.com/immersive-web/webxr-samples.git' + '@' + 'cf02f19c4ff6894705a9407722ab52551e010c60',
289289

290290
'src/ios/third_party/earl_grey/src': {
291-
'url': Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + '451b6497352d0731e9827a338f32024e564078c6',
291+
'url': Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + '3102ef3b137f05a179628b1b9768856e5feea90e',
292292
'condition': 'checkout_ios',
293293
},
294294

@@ -1134,14 +1134,16 @@ deps = {
11341134
'src/tools/swarming_client':
11351135
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
11361136

1137+
#'src/v8':
1138+
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
11371139
'src/v8':
11381140
Var('nwjs_git') + '/v8.git' + '@' + Var('nw_v8_revision'),
11391141

11401142
'src/third_party/node-nw':
11411143
Var('nwjs_git') + '/node.git' + '@' + Var('nw_node_revision'),
11421144

11431145
'src-internal': {
1144-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@3958d369fa1fb989207b54d19170133f40f543b6',
1146+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@1dbfca2797bb308bea1bc6424860412a30a62c20',
11451147
'condition': 'checkout_src_internal',
11461148
},
11471149

0 commit comments

Comments
 (0)