Skip to content

Commit

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


vars = {
"buildspec_platforms": "all",
# 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,23 +134,23 @@ 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/3748',
'v8_revision': '8244b4540de0f8ac7e6f92b1ad35d8d9d96d5bc2',
# 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': 'aa60736aded9fc32a0e21a81f5fc51f6009d01f3',
# 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/3748',
'angle_revision': '4864e0cd196089625a7eda4f9a96f02f597af14f',
# 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': 'e747b3c3c9d94a97187e134ff79fda0a08cdb3e0',
# 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/3748',
'pdfium_revision': 'de253137e33429da1b68d81ade199c1c6e31f2ff',
# 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 @@ -1384,7 +1385,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/3748',
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@8fde998bc007c6c72f82c250665087aa548d6474',
'condition': 'checkout_src_internal',
},

Expand Down

0 comments on commit c277597

Please sign in to comment.