Skip to content

Commit 094579e

Browse files
committed
update to chromium 91.0.4472.114
1 parent e0bcdf4 commit 094579e

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
@@ -161,9 +161,6 @@ vars = {
161161
# qemu on linux-arm64 machines.
162162
'checkout_fuchsia_for_arm64_host': False,
163163

164-
'nw_src_revision': '7fcbea8704f9b22d9a9ade3cf5a0a23a308f7970',
165-
'nw_v8_revision': '7972f52f23b142856bad57e196c5ae868365b41b',
166-
'nw_node_revision': '3b23ca608047c94801c0dce775441c1f15527a0c',
167164
# By default, download the fuchsia sdk from the fuchsia GCS bucket.
168165
'fuchsia_sdk_bucket': 'fuchsia',
169166

@@ -197,6 +194,10 @@ vars = {
197194
# reclient CIPD package version
198195
'reclient_version': 're_client_version:0.26.0.b455196',
199196

197+
'nw_src_revision': '109bb873992e4cb0671159adef7a9b1a542c0cd0',
198+
'nw_v8_revision': '4c95bd4c6027f77c8a4cbcc9f6253291abc92ad5',
199+
'nw_node_revision': '3b23ca608047c94801c0dce775441c1f15527a0c',
200+
200201
'android_git': 'https://android.googlesource.com',
201202
'aomedia_git': 'https://aomedia.googlesource.com',
202203
'boringssl_git': 'https://boringssl.googlesource.com',
@@ -211,19 +212,19 @@ vars = {
211212
# Three lines of non-changing comments so that
212213
# the commit queue can handle CLs rolling Skia
213214
# and whatever else without interference from each other.
214-
'skia_revision': 'bdcca296d069473ed99a0c1f319b9395dff8f802',
215+
'skia_revision': 'b0b613b2976c90bccfab56f27fd749cf051a5725',
215216
# Three lines of non-changing comments so that
216217
# the commit queue can handle CLs rolling V8
217218
# and whatever else without interference from each other.
218-
'v8_revision': 'fd856cebb3515699d942d0f2517f6658a0cf720b',
219+
'v8_revision': '10762194cbe9c1ff33799b335889175c8948ed38',
219220
# Three lines of non-changing comments so that
220221
# the commit queue can handle CLs rolling swarming_client
221222
# and whatever else without interference from each other.
222223
'swarming_revision': 'a32a1607f6093d338f756c7e7c7b4333b0c50c9c',
223224
# Three lines of non-changing comments so that
224225
# the commit queue can handle CLs rolling ANGLE
225226
# and whatever else without interference from each other.
226-
'angle_revision': '788efd1c721a82e3d67daf4eb6ce3133fb4fd060',
227+
'angle_revision': '3d4f87ab5b9ba4c720cedf1f219cc0884038b140',
227228
# Three lines of non-changing comments so that
228229
# the commit queue can handle CLs rolling SwiftShader
229230
# and whatever else without interference from each other.
@@ -1639,7 +1640,7 @@ deps = {
16391640
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
16401641

16411642
'src-internal': {
1642-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@9a653e9df2171ccea94fcf20715e718139821c9e',
1643+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@61326a0191a1f2e4eb9e5314d116d86cad32300f',
16431644
'condition': 'checkout_src_internal',
16441645
},
16451646

0 commit comments

Comments
 (0)