commit | 5c74fb4af8ca341e1aa8cddb406f3b4af56dee1b | [log] [tgz] |
---|---|---|
author | chromium-autoroll <[email protected]> | Mon Oct 18 17:01:53 2021 |
committer | Chromium LUCI CQ <[email protected]> | Mon Oct 18 17:01:53 2021 |
tree | 0c824065d723e4883dd7605a9f4452e775a3fcab | |
parent | fb0e6321768829b53eea231dc02a622d0382eb07 [diff] [blame] |
Roll Chromite from d52e50101072 to 8512a863fc88 (9 revisions) https://chromium.googlesource.com/chromiumos/chromite.git/+log/d52e50101072..8512a863fc88 2021-10-17 [email protected] toolchain_util: Verify profile size 2021-10-16 [email protected] Revert "cros_run_unit_tests: Add --host option to run tests on host" 2021-10-16 [email protected] Revert "Build API: Add BuildTargetUnitTest support for cros_run_unit_test --host" 2021-10-16 [email protected] gs: update to 4.68 2021-10-16 [email protected] api.controller: switch to typing module 2021-10-16 [email protected] Build API: Add BuildTargetUnitTest support for cros_run_unit_test --host 2021-10-15 [email protected] servo_lib: add servo_v4p1 and some C2D2 servos 2021-10-15 [email protected] cros_run_unit_tests: Add --host option to run tests on host 2021-10-15 [email protected] deploy_to_termina: Don't try to rsync no files If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC [email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:chromeos-betty-pi-arc-chrome;luci.chromium.try:chromeos-kevin-rel Tbr: [email protected] Change-Id: I3010488eab0dcb5ab007da8cc7915d4aecd5e547 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3228294 Commit-Queue: chromium-autoroll <[email protected]> Bot-Commit: chromium-autoroll <[email protected]> Cr-Commit-Position: refs/heads/main@{#932558}
diff --git a/DEPS b/DEPS index 9c7427e6..517185c3f 100644 --- a/DEPS +++ b/DEPS
@@ -1010,7 +1010,7 @@ # Tools used when building Chrome for Chrome OS. This affects both the Simple # Chrome workflow, as well as the chromeos-chrome ebuild. 'src/third_party/chromite': { - 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + 'd52e501010725bc6621dbc2a1077775679c67852', + 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '8512a863fc88f58a30c138b5f8840735e3ed6439', 'condition': 'checkout_chromeos', },