Commit 2a8a3af2 authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/chromite 66c4e85a160b..a552be46f95c (1 commits)

https://chromium.googlesource.com/chromiumos/chromite.git/+log/66c4e85a160b..a552be46f95c


git log 66c4e85a160b..a552be46f95c --date=short --no-merges --format='%ad %ae %s'
2019-07-17 vapier@chromium.org move from filter builtin to list comprehensions


Created with:
  gclient setdep -r src/third_party/chromite@a552be46f95c

The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel
TBR=chrome-os-gardeners@google.com

Change-Id: Ie0af8229da1f2ad8beadcec093753c3fd83f2886
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1706358Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#678400}
parent bb6e46b4
...@@ -808,7 +808,7 @@ deps = { ...@@ -808,7 +808,7 @@ deps = {
# Build tools for Chrome OS. Note: This depends on third_party/pyelftools. # Build tools for Chrome OS. Note: This depends on third_party/pyelftools.
'src/third_party/chromite': { 'src/third_party/chromite': {
'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '66c4e85a160b6b01b49a1cafb6776f6012f31e39', 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + 'a552be46f95c0dfde2a8efb9977579bffb4ed0dd',
'condition': 'checkout_linux', 'condition': 'checkout_linux',
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment