@@ -40,7 +40,7 @@ gclient_gn_args = [
40
40
41
41
42
42
vars = {
43
- "buildspec_platforms" : "all " ,
43
+ "buildspec_platforms" : "linux64, mac64, win, win64 " ,
44
44
# Variable that can be used to support multiple build scenarios, like having
45
45
# Chromium specific targets in a client project's GN file or sync dependencies
46
46
# conditionally etc.
@@ -144,8 +144,8 @@ vars = {
144
144
# (ie: release) images.
145
145
'use_public_cros_config' : 'not checkout_src_internal' ,
146
146
147
- 'nw_src_revision' : 'cf935da2af9eded4e8cb7459c704c38404814a3e ' ,
148
- 'nw_v8_revision' : '8434ee029478174bdba53afefc00c619365512db ' ,
147
+ 'nw_src_revision' : 'addf832f6b8ad8c618b266303dc6d3775cd74efb ' ,
148
+ 'nw_v8_revision' : '8dd96d932216f29b2c6745522967c4517a8a7857 ' ,
149
149
'nw_node_revision' : '7a7526bf44eed5437026df1a897048271cf6ad4d' ,
150
150
151
151
# ANGLE's deps are relative to the angle_root variable.
@@ -182,7 +182,7 @@ vars = {
182
182
# Three lines of non-changing comments so that
183
183
# the commit queue can handle CLs rolling V8
184
184
# and whatever else without interference from each other.
185
- 'v8_revision' : 'f592841c63b19c3fcfe03ad9a1f30fd98ced3c6e ' ,
185
+ 'v8_revision' : '54b76d1a1dbd1df7bc2d0dbaf9b1448210ef4cfd ' ,
186
186
# Three lines of non-changing comments so that
187
187
# the commit queue can handle CLs rolling swarming_client
188
188
# and whatever else without interference from each other.
@@ -762,6 +762,10 @@ deps = {
762
762
'package' : 'chromium/third_party/android_sdk/public/tools-lint' ,
763
763
'version' : Var ('android_sdk_tools-lint_version' ),
764
764
},
765
+ {
766
+ 'package' : 'chromium/third_party/android_sdk/public/cmdline-tools' ,
767
+ 'version' : 'CR25ixsRhwuRnhdgDpGFyl9S0C_0HO9SUgFrwX46zq8C' ,
768
+ },
765
769
],
766
770
'condition' : 'checkout_android_native_support' ,
767
771
'dep_type' : 'cipd' ,
@@ -1583,7 +1587,7 @@ deps = {
1583
1587
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
1584
1588
1585
1589
'src-internal' : {
1586
- 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@a0acaea51ba4e107cc14aa5451a178e9147e41c5 ' ,
1590
+ 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@f9414772a37aad63cfa3543e2fc79316f805fb70 ' ,
1587
1591
'condition' : 'checkout_src_internal' ,
1588
1592
},
1589
1593
0 commit comments