@@ -50,7 +50,7 @@ gclient_gn_args = [
50
50
51
51
52
52
vars = {
53
- "buildspec_platforms" : "all " ,
53
+ "buildspec_platforms" : "linux64, mac64, win, win64 " ,
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.
@@ -173,8 +173,8 @@ vars = {
173
173
'checkout_simplechrome' : '"{cros_boards}" != ""' ,
174
174
'checkout_simplechrome_with_vms' : '"{cros_boards_with_qemu_images}" != ""' ,
175
175
176
- 'nw_src_revision' : '92c306f843c23381a58854d4cdc2da646d42f1cc ' ,
177
- 'nw_v8_revision' : '3068a7f75a393661e34ed3cf36ddec78ae79dacd ' ,
176
+ 'nw_src_revision' : '388483f5760c4f5599053e6b71f5143272646ef0 ' ,
177
+ 'nw_v8_revision' : '605e171c91a940699e992b14225f154cc241ee40 ' ,
178
178
'nw_node_revision' : 'fade7bc502bb9d5d2d48b3b4e25c8b6497d2be17' ,
179
179
180
180
# ANGLE's deps are relative to the angle_root variable.
@@ -214,7 +214,7 @@ vars = {
214
214
# Three lines of non-changing comments so that
215
215
# the commit queue can handle CLs rolling V8
216
216
# and whatever else without interference from each other.
217
- 'v8_revision' : '30ee58fae944e21dd6b8288e9adab8c74b42f947 ' ,
217
+ 'v8_revision' : '462fc27a2892702a4d42ffd647789c58ffcee747 ' ,
218
218
# Three lines of non-changing comments so that
219
219
# the commit queue can handle CLs rolling swarming_client
220
220
# and whatever else without interference from each other.
@@ -289,7 +289,7 @@ vars = {
289
289
# Three lines of non-changing comments so that
290
290
# the commit queue can handle CLs rolling devtools-frontend
291
291
# and whatever else without interference from each other.
292
- 'devtools_frontend_revision' : 'a22a1eb596cec3394599b8685f9d28a8472ba59a ' ,
292
+ 'devtools_frontend_revision' : 'ae8b17c1d1835cfd8c03db30d2c3799a4e2edfe8 ' ,
293
293
# Three lines of non-changing comments so that
294
294
# the commit queue can handle CLs rolling libprotobuf-mutator
295
295
# and whatever else without interference from each other.
@@ -1622,7 +1622,7 @@ deps = {
1622
1622
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
1623
1623
1624
1624
'src-internal' : {
1625
- 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@339203e183a7153ef2661a1be46afe4576d4a30d ' ,
1625
+ 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@aeb2538ecf13383b9abc6910ad6e8c5555f6a5ec ' ,
1626
1626
'condition' : 'checkout_src_internal' ,
1627
1627
},
1628
1628
0 commit comments