@@ -37,6 +37,7 @@ gclient_gn_args = [
37
37
38
38
39
39
vars = {
40
+ "buildspec_platforms" : "win, linux64, mac64, win64" ,
40
41
# Variable that can be used to support multiple build scenarios, like having
41
42
# Chromium specific targets in a client project's GN file or sync dependencies
42
43
# conditionally etc.
@@ -121,31 +122,31 @@ vars = {
121
122
# Three lines of non-changing comments so that
122
123
# the commit queue can handle CLs rolling Skia
123
124
# and whatever else without interference from each other.
124
- 'skia_revision' : 'refs/heads/chrome/m73 ' ,
125
+ 'skia_revision' : 'fda8139b467c26d85af7de898afb57dca20d80ca ' ,
125
126
# Three lines of non-changing comments so that
126
127
# the commit queue can handle CLs rolling V8
127
128
# and whatever else without interference from each other.
128
- 'v8_revision' : 'refs/heads/7.3-lkgr ' ,
129
+ 'v8_revision' : 'a65a4fc3508af9e3c6764a4fa132eaa0d7a9a589 ' ,
129
130
# Three lines of non-changing comments so that
130
131
# the commit queue can handle CLs rolling swarming_client
131
132
# and whatever else without interference from each other.
132
133
'swarming_revision' : '0e3e1c4dc4e79f25a5b58fcbc135dc93183c0c54' ,
133
134
# Three lines of non-changing comments so that
134
135
# the commit queue can handle CLs rolling ANGLE
135
136
# and whatever else without interference from each other.
136
- 'angle_revision' : 'refs/heads/chromium/3683 ' ,
137
+ 'angle_revision' : '59b1ed4a60fc9cf57c3914eb4851ec94c8df21a9 ' ,
137
138
# Three lines of non-changing comments so that
138
139
# the commit queue can handle CLs rolling build tools
139
140
# and whatever else without interference from each other.
140
- 'buildtools_revision' : 'refs/heads/chromium/3683 ' ,
141
+ 'buildtools_revision' : '2f02e1f363b1af2715536f38e239853f04ec1497 ' ,
141
142
# Three lines of non-changing comments so that
142
143
# the commit queue can handle CLs rolling SwiftShader
143
144
# and whatever else without interference from each other.
144
145
'swiftshader_revision' : '755d744023fff10ae1176224ad6ae419440e70e6' ,
145
146
# Three lines of non-changing comments so that
146
147
# the commit queue can handle CLs rolling PDFium
147
148
# and whatever else without interference from each other.
148
- 'pdfium_revision' : 'refs/heads/chromium/3683 ' ,
149
+ 'pdfium_revision' : 'b89ec0127699dab7f7ce653e3d74ee415327c8e2 ' ,
149
150
# Three lines of non-changing comments so that
150
151
# the commit queue can handle CLs rolling openmax_dl
151
152
# and whatever else without interference from each other.
@@ -1199,7 +1200,7 @@ deps = {
1199
1200
Var ('chromium_git' ) + '/external/khronosgroup/webgl.git' + '@' + 'db52df17f0d012983dc281e4864c71485a86bd0e' ,
1200
1201
1201
1202
'src/third_party/webrtc' :
1202
- Var ('webrtc_git' ) + '/src.git' + '@' + 'refs/branch-heads/m73 ' ,
1203
+ Var ('webrtc_git' ) + '/src.git' + '@' + '8bb9968c6c8643b108e1e972bf77256a97588890 ' ,
1203
1204
1204
1205
'src/third_party/xdg-utils' : {
1205
1206
'url' : Var ('chromium_git' ) + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d' ,
@@ -1240,7 +1241,7 @@ deps = {
1240
1241
Var ('chromium_git' ) + '/v8/v8.git' + '@' + Var ('v8_revision' ),
1241
1242
1242
1243
'src-internal' : {
1243
- 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@refs/heads/chromium/3683 ' ,
1244
+ 'url' : 'https://chrome-internal.googlesource.com/chrome/src-internal.git@8fbbeecb2bd98095c7fb3f642264659875950d58 ' ,
1244
1245
'condition' : 'checkout_src_internal' ,
1245
1246
},
1246
1247
0 commit comments