Skip to content

Commit

Permalink
Publish DEPS for 74.0.3729.44
Browse files Browse the repository at this point in the history
  • Loading branch information
chrome-release-bot committed Mar 28, 2019
1 parent 83a9aa9 commit 4dd1c8b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ gclient_gn_args = [


vars = {
"buildspec_platforms": "win, ios, linux64, chromeos, win64, android, mac64",
# 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
# conditionally etc.
Expand Down Expand Up @@ -133,27 +134,27 @@ vars = {
# 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': 'refs/heads/chrome/m74',
'skia_revision': 'ea30e9928ba8e718cffc4365f0c089ae1b0b09b6',
# 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/7.4-lkgr',
'v8_revision': '95957b2c9b10c3e50b797d95f8cc9940c643b160',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
# and whatever else without interference from each other.
'swarming_revision': '7a61cf37d6a0163f0ec02d495289a1d038e62457',
# 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/3729',
'angle_revision': '0e5cf40499d9f17ea84d8c2322940513b1f11598',
# 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': '9667a5b2464c7cb772cd7781743b83845e2baa30',
# 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/3729',
'pdfium_revision': 'a07afc58f2d765dd02a571354855facdaa6921b8',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling openmax_dl
# and whatever else without interference from each other.
Expand Down Expand Up @@ -1293,7 +1294,7 @@ deps = {
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'a0f51b2e123f39c9ff12e621b0b47dd28dd64424',

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/m74',
Var('webrtc_git') + '/src.git' + '@' + '3728446d16f6c131e6d1a3d066a5e5afdbfee8c9',

'src/third_party/xdg-utils': {
'url': Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d',
Expand Down Expand Up @@ -1334,7 +1335,7 @@ deps = {
Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),

'src-internal': {
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@refs/heads/chromium/3729',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@f51517712fefc60d2618821813e0439aa849804d',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit 4dd1c8b

Please sign in to comment.