commit | 95f26661a31b4049901b7ed1ff49a3c9c453c70f | [log] [tgz] |
---|---|---|
author | Jesse Schettler <[email protected]> | Thu Apr 01 00:48:38 2021 |
committer | Chromium LUCI CQ <[email protected]> | Thu Apr 01 00:48:38 2021 |
tree | dc83c08adeaad72e3d5197ff4aa955420184ebb7 | |
parent | 3039efd3cdca0dd6d532a6fc8483cc067d02552e [diff] [blame] |
Roll src/third_party/cros_system_api/ d54a87ce2..2657f823a (5 commits) https://chromium.googlesource.com/chromiumos/platform2/system_api.git/+log/d54a87ce2e17..2657f823aee8 $ git log d54a87ce2..2657f823a --date=short --no-merges --format='%ad %ae %s' 2021-03-23 jschettler system_api: Add ScanFailureMode to lorgnette API 2021-03-22 khegde system_api: Sync patchpanel sources to shill constants 2021-03-19 gerow vm_tools: concierge: support custom BIOS for VMs. 2021-03-25 vovoy system_api: resource_manager: Add game mode APIs 2021-03-23 vpalatin modemfwd: update helpers interface Created with: roll-dep src/third_party/cros_system_api Bug: 1171948 Change-Id: I58c8397503876cc2944c43cfbe35a43f061d8f7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2798731 Commit-Queue: Jesse Schettler <[email protected]> Commit-Queue: Scott Violet <[email protected]> Auto-Submit: Jesse Schettler <[email protected]> Reviewed-by: Scott Violet <[email protected]> Cr-Commit-Position: refs/heads/master@{#868360}
diff --git a/DEPS b/DEPS index 97a340c..77de5c3 100644 --- a/DEPS +++ b/DEPS
@@ -951,7 +951,7 @@ # For Linux and Chromium OS. 'src/third_party/cros_system_api': { - 'url': Var('chromium_git') + '/chromiumos/platform2/system_api.git' + '@' + 'd54a87ce2e17c76fe04797b06bb5cfe6f9d11852', + 'url': Var('chromium_git') + '/chromiumos/platform2/system_api.git' + '@' + '2657f823aee82c6e411c89863a9f78fa1b404794', 'condition': 'checkout_linux', },