Skip to content

Commit 9c2efe1

Browse files
author
chrome-release-bot
committed
Publish DEPS for 73.0.3683.56
1 parent 303af44 commit 9c2efe1

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

DEPS

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ gclient_gn_args = [
3737

3838

3939
vars = {
40+
"buildspec_platforms": "win, linux64, mac64, win64",
4041
# Variable that can be used to support multiple build scenarios, like having
4142
# Chromium specific targets in a client project's GN file or sync dependencies
4243
# conditionally etc.
@@ -121,31 +122,31 @@ vars = {
121122
# Three lines of non-changing comments so that
122123
# the commit queue can handle CLs rolling Skia
123124
# and whatever else without interference from each other.
124-
'skia_revision': 'refs/heads/chrome/m73',
125+
'skia_revision': 'fda8139b467c26d85af7de898afb57dca20d80ca',
125126
# Three lines of non-changing comments so that
126127
# the commit queue can handle CLs rolling V8
127128
# and whatever else without interference from each other.
128-
'v8_revision': 'refs/heads/7.3-lkgr',
129+
'v8_revision': 'a65a4fc3508af9e3c6764a4fa132eaa0d7a9a589',
129130
# Three lines of non-changing comments so that
130131
# the commit queue can handle CLs rolling swarming_client
131132
# and whatever else without interference from each other.
132133
'swarming_revision': '0e3e1c4dc4e79f25a5b58fcbc135dc93183c0c54',
133134
# Three lines of non-changing comments so that
134135
# the commit queue can handle CLs rolling ANGLE
135136
# and whatever else without interference from each other.
136-
'angle_revision': 'refs/heads/chromium/3683',
137+
'angle_revision': '59b1ed4a60fc9cf57c3914eb4851ec94c8df21a9',
137138
# Three lines of non-changing comments so that
138139
# the commit queue can handle CLs rolling build tools
139140
# and whatever else without interference from each other.
140-
'buildtools_revision': 'refs/heads/chromium/3683',
141+
'buildtools_revision': '2f02e1f363b1af2715536f38e239853f04ec1497',
141142
# Three lines of non-changing comments so that
142143
# the commit queue can handle CLs rolling SwiftShader
143144
# and whatever else without interference from each other.
144145
'swiftshader_revision': '755d744023fff10ae1176224ad6ae419440e70e6',
145146
# Three lines of non-changing comments so that
146147
# the commit queue can handle CLs rolling PDFium
147148
# and whatever else without interference from each other.
148-
'pdfium_revision': 'refs/heads/chromium/3683',
149+
'pdfium_revision': 'b89ec0127699dab7f7ce653e3d74ee415327c8e2',
149150
# Three lines of non-changing comments so that
150151
# the commit queue can handle CLs rolling openmax_dl
151152
# and whatever else without interference from each other.
@@ -1199,7 +1200,7 @@ deps = {
11991200
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'db52df17f0d012983dc281e4864c71485a86bd0e',
12001201

12011202
'src/third_party/webrtc':
1202-
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/m73',
1203+
Var('webrtc_git') + '/src.git' + '@' + '8bb9968c6c8643b108e1e972bf77256a97588890',
12031204

12041205
'src/third_party/xdg-utils': {
12051206
'url': Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d',
@@ -1240,7 +1241,7 @@ deps = {
12401241
Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
12411242

12421243
'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',
12441245
'condition': 'checkout_src_internal',
12451246
},
12461247

0 commit comments

Comments
 (0)