@@ -111,10 +111,10 @@ vars = {
111
111
# Three lines of non-changing comments so that
112
112
# the commit queue can handle CLs rolling V8
113
113
# 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 ' ,
118
118
119
119
# Three lines of non-changing comments so that
120
120
# the commit queue can handle CLs rolling swarming_client
@@ -288,7 +288,7 @@ deps = {
288
288
Var ('chromium_git' ) + '/external/github.com/immersive-web/webxr-samples.git' + '@' + 'cf02f19c4ff6894705a9407722ab52551e010c60' ,
289
289
290
290
'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 ' ,
292
292
'condition' : 'checkout_ios' ,
293
293
},
294
294
@@ -1134,14 +1134,16 @@ deps = {
1134
1134
'src/tools/swarming_client' :
1135
1135
Var ('chromium_git' ) + '/infra/luci/client-py.git' + '@' + Var ('swarming_revision' ),
1136
1136
1137
+ #'src/v8':
1138
+ # Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
1137
1139
'src/v8' :
1138
1140
Var ('nwjs_git' ) + '/v8.git' + '@' + Var ('nw_v8_revision' ),
1139
1141
1140
1142
'src/third_party/node-nw' :
1141
1143
Var ('nwjs_git' ) + '/node.git' + '@' + Var ('nw_node_revision' ),
1142
1144
1143
1145
'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 ' ,
1145
1147
'condition' : 'checkout_src_internal' ,
1146
1148
},
1147
1149
0 commit comments