Skip to content

Commit 5d71521

Browse files
committed
[DEPS] update to Chromium 76.0.3809.100
1 parent e23c272 commit 5d71521

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

DEPS

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gclient_gn_args = [
3838

3939

4040
vars = {
41-
"buildspec_platforms": "win, linux64, mac64, win64",
41+
"buildspec_platforms": "linux64, mac64, win, win64",
4242
# Variable that can be used to support multiple build scenarios, like having
4343
# Chromium specific targets in a client project's GN file or sync dependencies
4444
# conditionally etc.
@@ -112,9 +112,9 @@ vars = {
112112
# (ie: release) images.
113113
'use_public_cros_config': 'not checkout_src_internal',
114114

115-
'nw_src_revision': '58e6fe10c78283a6bdd5a988175838588e33c15c',
116-
'nw_v8_revision': '9c315d137ff9c09c1dfc481de46bd5b482a6424b',
117-
'nw_node_revision': '3ade6acd1e764bae6c42530d2d4c1896051aea8d',
115+
'nw_src_revision': 'c835be56537a6edb305ae7adcd1b4199d8375745',
116+
'nw_v8_revision': 'd650688a2a6a1c4881495d516975549795be2d64',
117+
'nw_node_revision': '21b7a8749c3aba5c1b030781f59c0dc2d058fcdd',
118118

119119
# ANGLE's deps are relative to the angle_root variable.
120120
'angle_root': 'src/third_party/angle',
@@ -144,11 +144,11 @@ vars = {
144144
# Three lines of non-changing comments so that
145145
# the commit queue can handle CLs rolling Skia
146146
# and whatever else without interference from each other.
147-
'skia_revision': '75c3974d315f3accddb3583ff5f44f0d449cb424',
147+
'skia_revision': 'f13f8690bede09ca97071e9786d68bc0758a24cc',
148148
# Three lines of non-changing comments so that
149149
# the commit queue can handle CLs rolling V8
150150
# and whatever else without interference from each other.
151-
'v8_revision': '652c636ecf18696b4b009d4e3a14011f8eb19606',
151+
'v8_revision': '5bec950c6647873c777f55f1b95ed7ae5d7def73',
152152
# Three lines of non-changing comments so that
153153
# the commit queue can handle CLs rolling swarming_client
154154
# and whatever else without interference from each other.
@@ -164,7 +164,7 @@ vars = {
164164
# Three lines of non-changing comments so that
165165
# the commit queue can handle CLs rolling PDFium
166166
# and whatever else without interference from each other.
167-
'pdfium_revision': 'bc7073ead4af2c5c907d288ca15a596aed16f97f',
167+
'pdfium_revision': '178b812ec8c7954d782b7822f9d36667542397a0',
168168
# Three lines of non-changing comments so that
169169
# the commit queue can handle CLs rolling BoringSSL
170170
# and whatever else without interference from each other.
@@ -876,7 +876,7 @@ deps = {
876876
},
877877

878878
'src/third_party/ffmpeg':
879-
Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '68f1932090d5e35d958434d0588a33986cd3d65d',
879+
Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'e1e3cc4d2ec19c4e1859e487e8b7529cb69d91d8',
880880

881881
'src/third_party/flac':
882882
Var('chromium_git') + '/chromium/deps/flac.git' + '@' + 'af862024c8c8fa0ae07ced05e89013d881b00596',
@@ -1406,7 +1406,7 @@ deps = {
14061406
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
14071407

14081408
'src-internal': {
1409-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@6af7e0a06920548a4d41a68b183117fd0add5237',
1409+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@1d219dc8c2e7cf2a7f52e61cc446c67fa0cc7dc2',
14101410
'condition': 'checkout_src_internal',
14111411
},
14121412

0 commit comments

Comments
 (0)