Skip to content

Commit

Permalink
update to Chromium 117.0.5938.63
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed Sep 13, 2023
1 parent b957ffc commit 3a8b114
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions DEPS
Expand Up @@ -51,8 +51,8 @@ gclient_gn_args = [


vars = {
'nw_src_revision': '9f1d7d697b09d99cc95dab24d09ca3b26f8626b1',
'nw_v8_revision': '8ab8c8102c4669f135add39ce4a33acb5ca88e87',
'nw_src_revision': 'ed5ebba48bebbf58f0803e0ee9cb82bc3b3c33f6',
'nw_v8_revision': '54e97384493e2183511b5eabc0ddb1e891c7da81',
'nw_node_revision': '87372760b8b7b607139c9703d83da74c9af53b56',
# Variable that can be used to support multiple build scenarios, like having
# Chromium specific targets in a client project's GN file or sync dependencies
Expand Down Expand Up @@ -314,19 +314,19 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling V8
# and whatever else without interference from each other.
'src_internal_revision': '94eb1850f71b23dcd9381450289a4f629b2738de',
'src_internal_revision': '572fbbc083ea33c28f0b6e21c3544c8538ba042b',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia
# and whatever else without interference from each other.
'skia_revision': 'beb4d7d77fba1e7c44b82653090e176bac161d63',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling V8
# and whatever else without interference from each other.
'v8_revision': '374ca7a87c62a2b7367da819068ae012ea5272e1',
'v8_revision': '71aa74fabc861a8169d43ec19c47cdc71c7edec9',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling ANGLE
# and whatever else without interference from each other.
'angle_revision': '90a3029d0521a1185a1b7454261ef9a5083a830f',
'angle_revision': 'be854a0aa2c5ca2a3c00d1ba1df4101dfb434556',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling SwiftShader
# and whatever else without interference from each other.
Expand Down Expand Up @@ -844,7 +844,7 @@ deps = {

'src/clank': {
'url': Var('chrome_git') + '/clank/internal/apps.git' + '@' +
'89b9098c870dda804bd659d38566b3c164da47c3',
'9397540a958d50a527bbfe353a59130c548ec6c2',
'condition': 'checkout_android and checkout_src_internal',
},

Expand Down Expand Up @@ -1620,7 +1620,7 @@ deps = {
Var('chromium_git') + '/webm/libwebm.git' + '@' + 'e4fbea0c9751ae8aa86629b197a28d8276a2b0da',

'src/third_party/libwebp/src':
Var('chromium_git') + '/webm/libwebp.git' + '@' + 'fd7bb21c0cb56e8a82e9bfa376164b842f433f3b',
Var('chromium_git') + '/webm/libwebp.git' + '@' + '2af26267cdfcb63a88e5c74a85927a12d6ca1d76',

'src/third_party/libyuv':
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '04821d1e7d60845525e8db55c7bcd41ef5be9406',
Expand Down Expand Up @@ -4006,7 +4006,7 @@ deps = {
# Dependencies from src_internal
'src/chromeos/assistant/internal': {
'url': Var('chrome_git') + '/chrome/assistant.git' + '@' +
'e485ec76511b34c0d11974a0f7c24ed8821d9380',
'1d2332ecbdac7767e38ce38d787098706b8ec4f9',
'condition': 'checkout_src_internal and checkout_chromeos',
},

Expand Down

0 comments on commit 3a8b114

Please sign in to comment.