Skip to content

Commit 72c7cbf

Browse files
committed
update to chromium 81.0.4044.122
1 parent dbfb338 commit 72c7cbf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

DEPS

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ vars = {
152152
# (ie: release) images.
153153
'use_public_cros_config': 'not checkout_src_internal',
154154

155-
'nw_src_revision': 'a4dd631126de8e7aa77ccc7f9339a5b34a97a2cb',
156-
'nw_v8_revision': '5a8426deb02f58f8e8d4e5c86e432ff19a26f4e2',
155+
'nw_src_revision': '40084dd58bb4376ea634267bb3755180308003bf',
156+
'nw_v8_revision': '04f68704226ff90dc6dcfe57b1d15754482613f9',
157157
'nw_node_revision': '4200c3c789d4af6c5fa533bd7bcfb42a74c14bcd',
158158

159159
# ANGLE's deps are relative to the angle_root variable.
@@ -182,19 +182,19 @@ vars = {
182182
# Three lines of non-changing comments so that
183183
# the commit queue can handle CLs rolling Skia
184184
# and whatever else without interference from each other.
185-
'skia_revision': '1c081906e4313c8213c6ec4ea8371c7c6016f8b7',
185+
'skia_revision': '5e3098d8fad5b3a6fa9c70d6438f416eec201db7',
186186
# Three lines of non-changing comments so that
187187
# the commit queue can handle CLs rolling V8
188188
# and whatever else without interference from each other.
189-
'v8_revision': 'd3a6f4bb6d01e91c7929feec3cf91eb62f3c2d3a',
189+
'v8_revision': '11254181c3f09c8ebcc15b2a5a51a725ad7f089b',
190190
# Three lines of non-changing comments so that
191191
# the commit queue can handle CLs rolling swarming_client
192192
# and whatever else without interference from each other.
193193
'swarming_revision': '0ac28472d073a515124c85b128c4378a914e0a4d',
194194
# Three lines of non-changing comments so that
195195
# the commit queue can handle CLs rolling ANGLE
196196
# and whatever else without interference from each other.
197-
'angle_revision': 'e514b0cb7e6b8956ea0c93ceca01b63d5deb621d',
197+
'angle_revision': '91c39dae9a518706f2635ac8b87f9f5b5ed9001c',
198198
# Three lines of non-changing comments so that
199199
# the commit queue can handle CLs rolling SwiftShader
200200
# and whatever else without interference from each other.
@@ -1502,7 +1502,7 @@ deps = {
15021502
Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + 'ec18cc3262922e7dcdbe70243c6f40606f979144',
15031503

15041504
'src/third_party/webrtc':
1505-
Var('webrtc_git') + '/src.git' + '@' + '7502134e7e428aaa5c42c8f18c87e8cfda7f87a4',
1505+
Var('webrtc_git') + '/src.git' + '@' + '76725a6a631c4f21db1f5560eece2feb78b20aca',
15061506

15071507
'src/third_party/libgifcodec':
15081508
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
@@ -1578,7 +1578,7 @@ deps = {
15781578
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
15791579

15801580
'src-internal': {
1581-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@6e7672c8602f36087b953e21ce98237bef877836',
1581+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@cf1ae8c309f8ece7998a3596d899b95008013fcf',
15821582
'condition': 'checkout_src_internal',
15831583
},
15841584

0 commit comments

Comments
 (0)