@@ -50,7 +50,7 @@ gclient_gn_args = [
50
50
51
51
52
52
vars = {
53
- "buildspec_platforms" : "linux64, mac64, win, win64 " ,
53
+ "buildspec_platforms" : "all " ,
54
54
# Variable that can be used to support multiple build scenarios, like having
55
55
# Chromium specific targets in a client project's GN file or sync dependencies
56
56
# conditionally etc.
@@ -166,8 +166,8 @@ vars = {
166
166
'checkout_simplechrome' : '"{cros_boards}" != ""' ,
167
167
'checkout_simplechrome_with_vms' : '"{cros_boards_with_qemu_images}" != ""' ,
168
168
169
- 'nw_src_revision' : '24aa80c285c3579aeab45f7ddeca747ad2327557 ' ,
170
- 'nw_v8_revision' : '0befe142a839e0eb039ec06cee00eb683a29f13d ' ,
169
+ 'nw_src_revision' : 'c99ca8275b399107685f69e2401d1ecb1c315087 ' ,
170
+ 'nw_v8_revision' : 'd69ddfe31a8d67e8fc56d068f4907dcdd03c4e24 ' ,
171
171
'nw_node_revision' : '173afa38e81a44356272ea0673d69bf87089f314' ,
172
172
173
173
# ANGLE's deps are relative to the angle_root variable.
@@ -205,15 +205,15 @@ vars = {
205
205
# Three lines of non-changing comments so that
206
206
# the commit queue can handle CLs rolling V8
207
207
# and whatever else without interference from each other.
208
- 'v8_revision' : '5e4b41ddd544a41fca89a6d4951a5060978fed7c ' ,
208
+ 'v8_revision' : 'd2fef9fb0ac356d6cf6759f29e2b56ebea8bc58d ' ,
209
209
# Three lines of non-changing comments so that
210
210
# the commit queue can handle CLs rolling swarming_client
211
211
# and whatever else without interference from each other.
212
212
'swarming_revision' : '44c13d73156581ea09b9389001e58c23a4b8d70a' ,
213
213
# Three lines of non-changing comments so that
214
214
# the commit queue can handle CLs rolling ANGLE
215
215
# and whatever else without interference from each other.
216
- 'angle_revision' : 'ac18d9c83f8533eaea97950fc86fc901df806f65 ' ,
216
+ 'angle_revision' : '4b254ce7b497e14be3f7ae8a6f62b2c879916317 ' ,
217
217
# Three lines of non-changing comments so that
218
218
# the commit queue can handle CLs rolling SwiftShader
219
219
# and whatever else without interference from each other.
@@ -272,7 +272,7 @@ vars = {
272
272
# Three lines of non-changing comments so that
273
273
# the commit queue can handle CLs rolling devtools-frontend
274
274
# and whatever else without interference from each other.
275
- 'devtools_frontend_revision' : '51af4604a0b50bbf4d09e9c4e3eaf950d0278ff5 ' ,
275
+ 'devtools_frontend_revision' : 'de2381a554e581b523cfe54395a537e1300b4780 ' ,
276
276
# Three lines of non-changing comments so that
277
277
# the commit queue can handle CLs rolling libprotobuf-mutator
278
278
# and whatever else without interference from each other.
@@ -1263,7 +1263,7 @@ deps = {
1263
1263
},
1264
1264
1265
1265
'src/third_party/perfetto' :
1266
- Var ('android_git' ) + '/platform/external/perfetto.git' + '@' + 'bce69fefbe63cae099a90ff890fe8f1daaa9cd70 ' ,
1266
+ Var ('android_git' ) + '/platform/external/perfetto.git' + '@' + 'f4cf78e052c9427d8b6c49faf39ddf2a2e236069 ' ,
1267
1267
1268
1268
'src/third_party/perl' : {
1269
1269
'url' : Var ('chromium_git' ) + '/chromium/deps/perl.git' + '@' + '6f3e5028eb65d0b4c5fdd792106ac4c84eee1eb3' ,
@@ -1426,7 +1426,7 @@ deps = {
1426
1426
Var ('swiftshader_git' ) + '/SwiftShader.git' + '@' + Var ('swiftshader_revision' ),
1427
1427
1428
1428
'src/third_party/text-fragments-polyfill/src' : {
1429
- 'url' : Var ('chromium_git' ) + '/external/github.com/GoogleChromeLabs/text-fragments-polyfill.git' + '@' + '4fedbe17115628cf72e41ea32770f4f3155aa760 ' ,
1429
+ 'url' : Var ('chromium_git' ) + '/external/github.com/GoogleChromeLabs/text-fragments-polyfill.git' + '@' + 'b2df6bf7b4dc1665989306a8119eb041f013f567 ' ,
1430
1430
'condition' : 'checkout_ios' ,
1431
1431
},
1432
1432
@@ -1495,7 +1495,7 @@ deps = {
1495
1495
},
1496
1496
1497
1497
'src/third_party/webrtc' :
1498
- Var ('webrtc_git' ) + '/src.git' + '@' + '1c6bde1913107de53a2db29c4b4e7685f0b0f53d ' ,
1498
+ Var ('webrtc_git' ) + '/src.git' + '@' + 'a1aa01aad009d29d7fa00f6d407d919372e5ecf8 ' ,
1499
1499
1500
1500
'src/third_party/libgifcodec' :
1501
1501
Var ('skia_git' ) + '/libgifcodec' + '@' + Var ('libgifcodec_revision' ),
@@ -1573,15 +1573,15 @@ deps = {
1573
1573
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
1574
1574
1575
1575
'src-internal' : {
1576
- 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@175c507b0a21259d038a0675853907d56fad6acb ' ,
1576
+ 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@19cbbda7bd3067eeba6c0f7f22026fb57136a84d ' ,
1577
1577
'condition' : 'checkout_src_internal' ,
1578
1578
},
1579
1579
1580
1580
'src/chromeos/components/help_app_ui/resources/prod' : {
1581
1581
'packages' : [
1582
1582
{
1583
1583
'package' : 'chromeos_internal/apps/help_app/app' ,
1584
- 'version' : 'T6gPp8Ky1tPZf16RQSiLa1YTO1Q2iv-5oa8YHP4nq8YC ' ,
1584
+ 'version' : 'HyHG-r1J8mLoHDeHiDHWs1LV1v_XxhKkxgYUVQQtvO0C ' ,
1585
1585
},
1586
1586
],
1587
1587
'condition' : 'checkout_chromeos and checkout_src_internal' ,
0 commit comments