Roll src/third_party/chromite ff74da7996b9..7aad5f2a89f3 (7 commits)

https://chromium.googlesource.com/chromiumos/chromite.git/+log/ff74da7996b9..7aad5f2a89f3


git log ff74da7996b9..7aad5f2a89f3 --date=short --no-merges --format='%ad %ae %s'
2019-01-11 lamontjones@chromium.org lib: add kernel_cmdline module
2019-01-11 dburger@chromium.org Remove unused script find_build_suites and related
2019-01-11 dgarrett@google.com cbuildbot_run: Remove _BuilderRunBase.debug.
2019-01-11 drinkcat@chromium.org sync_stages/lkgm_manager: Fix git log parsing
2019-01-11 xixuan@google.com PaygenStage: Enable skylab in paygen test stage.
2019-01-11 xixuan@google.com SkylabHWTest: Add job_keyvals to skylab.
2019-01-11 xixuan@google.com cbuildbot: Refactor logics of detecting whether hwtest is run in skylab.


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

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.


TBR=chrome-os-gardeners@chromium.org

Change-Id: Iee579fed4f97d4cd383cbbd9aa7997cb2603a735
Reviewed-on: https://chromium-review.googlesource.com/c/1407554
Reviewed-by: chromium-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@{#622191}
diff --git a/DEPS b/DEPS
index ab85551..13153f04 100644
--- a/DEPS
+++ b/DEPS
@@ -679,7 +679,7 @@
 
   # Build tools for Chrome OS. Note: This depends on third_party/pyelftools.
   'src/third_party/chromite': {
-      'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + 'ff74da7996b911111c0daedaa1092c6aa301d6bb',
+      'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '7aad5f2a89f39c4ab300acc3b28501a35d566445',
       'condition': 'checkout_linux',
   },