@@ -37,7 +37,7 @@ gclient_gn_args = [
37
37
38
38
39
39
vars = {
40
- "buildspec_platforms" : "win, ios, linux64, chromeos , win64, android, mac64 " ,
40
+ "buildspec_platforms" : "win, linux64, mac64 , win64" ,
41
41
# Variable that can be used to support multiple build scenarios, like having
42
42
# Chromium specific targets in a client project's GN file or sync dependencies
43
43
# conditionally etc.
@@ -94,8 +94,8 @@ vars = {
94
94
# as an expression.
95
95
'cros_download_vm' : '"{cros_board}" == "amd64-generic"' ,
96
96
97
- 'nw_src_revision' : '048a7bee773993fa903bfa82b93040cc010c993b ' ,
98
- 'nw_v8_revision' : 'f8542a2dd010a5fbfe7565a6c4139e3162ad9088 ' ,
97
+ 'nw_src_revision' : '9fece9b27a132d4c9430a9c1e9d7fe9e8bf24d32 ' ,
98
+ 'nw_v8_revision' : 'd9052067d952a05b2eb2be3a9081196ce4e02801 ' ,
99
99
'nw_node_revision' : 'e3d66ee4d0fa76805205f0ae3886be094a9b141e' ,
100
100
# ANGLE's deps are relative to the angle_root variable.
101
101
'angle_root' : 'src/third_party/angle' ,
@@ -121,7 +121,7 @@ vars = {
121
121
# Three lines of non-changing comments so that
122
122
# the commit queue can handle CLs rolling V8
123
123
# and whatever else without interference from each other.
124
- 'v8_revision' : 'b3e92a585850996acba23c3bf9494724252707da ' ,
124
+ 'v8_revision' : '4d72a9931a125d21901d25d67896f0e40105bd16 ' ,
125
125
# Three lines of non-changing comments so that
126
126
# the commit queue can handle CLs rolling swarming_client
127
127
# and whatever else without interference from each other.
@@ -1179,7 +1179,7 @@ deps = {
1179
1179
Var ('chromium_git' ) + '/external/khronosgroup/webgl.git' + '@' + '5b6cbd789b9b91b4e46dde883c9f2ecb31eddade' ,
1180
1180
1181
1181
'src/third_party/webrtc' :
1182
- Var ('webrtc_git' ) + '/src.git' + '@' + '787bfad256594bd7e835155bd9aa1fa78287878d ' ,
1182
+ Var ('webrtc_git' ) + '/src.git' + '@' + '784fccbd71c0130b32345d81459b5d0cb07ff6e5 ' ,
1183
1183
1184
1184
'src/third_party/xdg-utils' : {
1185
1185
'url' : Var ('chromium_git' ) + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d' ,
@@ -1216,7 +1216,7 @@ deps = {
1216
1216
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
1217
1217
1218
1218
'src-internal' : {
1219
- 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@a1b681e6d1616f027f3b16a47806e741ee84e610 ' ,
1219
+ 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@7291fc0eda0433bf9bd755dfa710819e15824430 ' ,
1220
1220
'condition' : 'checkout_src_internal' ,
1221
1221
},
1222
1222
0 commit comments