Skip to content

Commit

Permalink
Publish DEPS for 114.0.5673.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Mar 25, 2023
1 parent 4487a19 commit a126582
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions DEPS
Expand Up @@ -308,19 +308,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.
'v8_revision': 'refs/heads/chromium/5673',
'v8_revision': '0fc5685d7e665a163f91b728bb6a4334514d05e6',
# 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': 'refs/heads/chromium/5673',
'angle_revision': '435e557c5f7e425abdc54612e7bcae462b78cf29',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling SwiftShader
# and whatever else without interference from each other.
'swiftshader_revision': 'c85d70d97009a264fc5e7747316743a1abac5f67',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling PDFium
# and whatever else without interference from each other.
'pdfium_revision': 'refs/heads/chromium/5673',
'pdfium_revision': 'aae3f4452ac46d64c705a1a117503d59000ebf5e',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling BoringSSL
# and whatever else without interference from each other.
Expand Down Expand Up @@ -431,7 +431,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.
'dawn_revision': 'refs/heads/chromium/5673',
'dawn_revision': 'aff2b43596d4b8429083e40debf71da62afc2861',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.
Expand Down Expand Up @@ -790,7 +790,7 @@ deps = {

'src/clank': {
'url': Var('chrome_git') + '/clank/internal/apps.git' + '@' +
'refs/heads/chromium/5673',
'36fa9155528e9810390f35ca35ce15464b7f645a',
'condition': 'checkout_android and checkout_src_internal',
},

Expand Down Expand Up @@ -1236,7 +1236,7 @@ deps = {
Var('chromium_git') + '/devtools/devtools-frontend' + '@' + Var('devtools_frontend_revision'),

'src/third_party/devtools-frontend-internal': {
'url': Var('chrome_git') + '/devtools/devtools-internal.git' + '@' + 'refs/heads/chromium/5673',
'url': Var('chrome_git') + '/devtools/devtools-internal.git' + '@' + '1beaed633b280ddcb8c8f03b632269a7abfc2bcf',
'condition': 'checkout_src_internal',
},

Expand Down Expand Up @@ -1847,7 +1847,7 @@ deps = {
'dep_type': 'cipd',
},

'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5673',
'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@ba1817f840562f6ab7ad6f348535e9e384bfd142',

'src/third_party/vulkan_memory_allocator':
Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git' + '@' + 'ebe84bec02c041d28f902da0214bf442743fc907',
Expand Down Expand Up @@ -1887,7 +1887,7 @@ deps = {
Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + '904c74af6fee0530ce33434974aa0df6316fdef1',

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5673',
Var('webrtc_git') + '/src.git' + '@' + '55c7298c2bbaae647f09b4720212c872dee24ef7',

# Wuffs' canonical repository is at github.com/google/wuffs, but we use
# Skia's mirror of Wuffs, the same as in upstream Skia's DEPS file.
Expand Down Expand Up @@ -1964,7 +1964,7 @@ deps = {
Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),

'src-internal': {
'url': Var('chrome_git') + '/chrome/src-internal.git@refs/heads/chromium/5673',
'url': Var('chrome_git') + '/chrome/src-internal.git@65cd30cfca5a6bdbc9bdcf4c572128a4a308cdde',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit a126582

Please sign in to comment.