@@ -38,7 +38,7 @@ gclient_gn_args = [
38
38
39
39
40
40
vars = {
41
- "buildspec_platforms" : "win, ios, linux64, chromeos , win64, android, mac64 " ,
41
+ "buildspec_platforms" : "win, linux64, mac64 , win64" ,
42
42
# Variable that can be used to support multiple build scenarios, like having
43
43
# Chromium specific targets in a client project's GN file or sync dependencies
44
44
# conditionally etc.
@@ -111,8 +111,8 @@ vars = {
111
111
# as an expression.
112
112
'cros_download_vm' : '"{cros_board}" == "amd64-generic"' ,
113
113
114
- 'nw_src_revision' : 'c2a83cb64e164f0585eab6eb75e1e1659e6b0329 ' ,
115
- 'nw_v8_revision' : '3f978d3104010ae2a8b78bbe06730d5b7c47bf2b ' ,
114
+ 'nw_src_revision' : 'a87d82690166d82cc6ae02396d1ff5ce199da5f5 ' ,
115
+ 'nw_v8_revision' : 'e16dd8b6d6eeca1b24e35750e06846f010c37b50 ' ,
116
116
'nw_node_revision' : '5a3250065cca212cd66ff7e6ad54710d18dfb8e3' ,
117
117
# ANGLE's deps are relative to the angle_root variable.
118
118
'angle_root' : 'src/third_party/angle' ,
@@ -142,7 +142,7 @@ vars = {
142
142
# Three lines of non-changing comments so that
143
143
# the commit queue can handle CLs rolling V8
144
144
# and whatever else without interference from each other.
145
- 'v8_revision' : '9134f6e2fb5257dd81e8f094173ba67d78331798 ' ,
145
+ 'v8_revision' : 'c9ffe2c378f6a3a9a6c75c413f64de18605324e8 ' ,
146
146
# Three lines of non-changing comments so that
147
147
# the commit queue can handle CLs rolling swarming_client
148
148
# and whatever else without interference from each other.
@@ -217,7 +217,7 @@ vars = {
217
217
# Three lines of non-changing comments so that
218
218
# the commit queue can handle CLs rolling feed
219
219
# and whatever else without interference from each other.
220
- 'feed_revision' : 'fd6f3e737554d10c7293b4be0a0066559565ece0 ' ,
220
+ 'feed_revision' : 'e3995ba8667ac96439734148b12d343e83b3e177 ' ,
221
221
# Three lines of non-changing comments so that
222
222
# the commit queue can handle CLs rolling android_sdk_build-tools_version
223
223
# and whatever else without interference from each other.
@@ -977,7 +977,7 @@ deps = {
977
977
Var ('chromium_git' ) + '/chromium/llvm-project/compiler-rt/lib/fuzzer.git' + '@' + Var ('libfuzzer_revision' ),
978
978
979
979
'src/third_party/libaddressinput/src' :
980
- Var ('chromium_git' ) + '/external/libaddressinput.git' + '@' + '81e7ead903f5b71a326e0584f4325f106c804df1 ' ,
980
+ Var ('chromium_git' ) + '/external/libaddressinput.git' + '@' + '56c60affb5de83c10ebf5f11d9adcdd70648ab71 ' ,
981
981
982
982
'src/third_party/libaom/source/libaom' :
983
983
Var ('aomedia_git' ) + '/aom.git' + '@' + '625cded0550bb79efd10d98a9809a7ccd72a8f60' ,
@@ -1348,7 +1348,7 @@ deps = {
1348
1348
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
1349
1349
1350
1350
'src-internal' : {
1351
- 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@a1a54df53faedce531575f3caf02a21c59623be2 ' ,
1351
+ 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@d483b872cc1134b45625d2b9dcd7384d53c02991 ' ,
1352
1352
'condition' : 'checkout_src_internal' ,
1353
1353
},
1354
1354
0 commit comments