Skip to content

Commit c7ee55b

Browse files
committed
update to Chromium 108.0.5359.95
1 parent 6be2837 commit c7ee55b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

DEPS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ gclient_gn_args = [
5050

5151

5252
vars = {
53-
'nw_src_revision': '012989fb23b99e1200b202372de3432a2ae72b86',
54-
'nw_v8_revision': '3aef2d6eb7b45d16d83d7a2a4fb4ebe77348191f',
53+
'nw_src_revision': '8b90a73b647260b0a00f4518d19aa30092d976a2',
54+
'nw_v8_revision': '991bec5f2a9a1c048f2c950ccbffd49996ab737c',
5555
'nw_node_revision': '970ba1bcb444da25ea82617c5c8176502cef62e2',
5656
# Variable that can be used to support multiple build scenarios, like having
5757
# Chromium specific targets in a client project's GN file or sync dependencies
@@ -312,7 +312,7 @@ vars = {
312312
# Three lines of non-changing comments so that
313313
# the commit queue can handle CLs rolling V8
314314
# and whatever else without interference from each other.
315-
'v8_revision': '18865d6af0404f2d2aeb1c99dd73503364ce0967',
315+
'v8_revision': '3155b0d10c058d2a9f1d7bba00ad398b3e03b841',
316316
# Three lines of non-changing comments so that
317317
# the commit queue can handle CLs rolling ANGLE
318318
# and whatever else without interference from each other.
@@ -1254,7 +1254,7 @@ deps = {
12541254
Var('chromium_git') + '/devtools/devtools-frontend' + '@' + Var('devtools_frontend_revision'),
12551255

12561256
'src/third_party/devtools-frontend-internal': {
1257-
'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + '91cc0040d3fbc8fdb48d699368abda96c807ec13',
1257+
'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + '5b416729821b589991d492f0707a087f5a47bb1f',
12581258
'condition': 'checkout_src_internal',
12591259
},
12601260

@@ -1929,7 +1929,7 @@ deps = {
19291929
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
19301930

19311931
'src-internal': {
1932-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@aee7b03f3a5f5cbaa1ff691b81303bac084e156c',
1932+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@a63cd655ad37984fa08e1c95ca73acf55550f10d',
19331933
'condition': 'checkout_src_internal',
19341934
},
19351935

0 commit comments

Comments
 (0)