@@ -38,6 +38,7 @@ gclient_gn_args = [
38
38
39
39
40
40
vars = {
41
+ "buildspec_platforms" : "win-asan" ,
41
42
# Variable that can be used to support multiple build scenarios, like having
42
43
# Chromium specific targets in a client project's GN file or sync dependencies
43
44
# conditionally etc.
@@ -131,23 +132,23 @@ vars = {
131
132
# Three lines of non-changing comments so that
132
133
# the commit queue can handle CLs rolling V8
133
134
# and whatever else without interference from each other.
134
- 'v8_revision' : 'refs/heads/chromium/3719 ' ,
135
+ 'v8_revision' : 'd28f8754224ea5853cd2c8bd7f1e8a4496037a52 ' ,
135
136
# Three lines of non-changing comments so that
136
137
# the commit queue can handle CLs rolling swarming_client
137
138
# and whatever else without interference from each other.
138
139
'swarming_revision' : 'd50a88f50782ba29076061b94c7b9d08a6c7e424' ,
139
140
# Three lines of non-changing comments so that
140
141
# the commit queue can handle CLs rolling ANGLE
141
142
# and whatever else without interference from each other.
142
- 'angle_revision' : 'refs/heads/chromium/3719 ' ,
143
+ 'angle_revision' : '46d32e0fcd84683684110bc40aa4d4dca3caa8d8 ' ,
143
144
# Three lines of non-changing comments so that
144
145
# the commit queue can handle CLs rolling SwiftShader
145
146
# and whatever else without interference from each other.
146
147
'swiftshader_revision' : '7f6f891204d078eec63a8d9c6bbeb67d1f8b83bd' ,
147
148
# Three lines of non-changing comments so that
148
149
# the commit queue can handle CLs rolling PDFium
149
150
# and whatever else without interference from each other.
150
- 'pdfium_revision' : 'refs/heads/chromium/3719 ' ,
151
+ 'pdfium_revision' : 'ac0f524bb10359d2d152b2001bc33e5bdc212c49 ' ,
151
152
# Three lines of non-changing comments so that
152
153
# the commit queue can handle CLs rolling openmax_dl
153
154
# and whatever else without interference from each other.
@@ -1306,7 +1307,7 @@ deps = {
1306
1307
Var ('chromium_git' ) + '/v8/v8.git' + '@' + Var ('v8_revision' ),
1307
1308
1308
1309
'src-internal' : {
1309
- 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@refs/heads/chromium/3719 ' ,
1310
+ 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@dd89fb7f36edbe779866cd034016bb15073df6f7 ' ,
1310
1311
'condition' : 'checkout_src_internal' ,
1311
1312
},
1312
1313
0 commit comments