Skip to content

Commit

Permalink
Publish DEPS for 114.0.5679.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrome Release Bot (LUCI) committed Mar 27, 2023
1 parent 1a0760d commit c980889
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 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/5679',
'v8_revision': 'fe05deddba8ac73e115a9327728219b609aec6a5',
# 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/5679',
'angle_revision': 'afc1e5dcc130971988aa012a1d8be5412a7df88f',
# 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/5679',
'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/5679',
'dawn_revision': '86f01195ceaff80fc20498a7fb1a0ad70a6c366e',
# 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 @@ -794,7 +794,7 @@ deps = {

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

Expand Down Expand Up @@ -1240,7 +1240,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/5679',
'url': Var('chrome_git') + '/devtools/devtools-internal.git' + '@' + '6553c26dad03cd36e59e778d946baf366f24ecad',
'condition': 'checkout_src_internal',
},

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

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

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

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

# 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 @@ -1968,7 +1968,7 @@ deps = {
Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),

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

Expand Down Expand Up @@ -3926,7 +3926,7 @@ deps = {
# Dependencies from src_internal
'src/chromeos/assistant/internal': {
'url': Var('chrome_git') + '/chrome/assistant.git' + '@' +
'refs/heads/chromium/5679',
'89ad232d3c9b60b50348c4a2ff383b72e478fc17',
'condition': 'checkout_src_internal and checkout_chromeos',
},

Expand All @@ -3936,7 +3936,7 @@ deps = {
},

'src/libassistant': {
'url': Var('chrome_git') + '/chrome/libassistant.git' + '@' + 'refs/heads/chromium/5679',
'url': Var('chrome_git') + '/chrome/libassistant.git' + '@' + 'fe0ef57f250510e890fc01e1b6c7da7b59117603',
'condition': 'checkout_src_internal and checkout_chromeos',
},
}
Expand Down

0 comments on commit c980889

Please sign in to comment.