commit | f50ec003a14c985cc60e61b3e7acfab44811c8c5 | [log] [tgz] |
---|---|---|
author | Ryo Hashimoto <[email protected]> | Wed May 02 11:31:07 2018 |
committer | Commit Bot <[email protected]> | Wed May 02 11:31:07 2018 |
tree | dbd6d6a956ce02c664b422cce0bf1131c79ddc9f | |
parent | 06471c751ecab77cf62e9cb4521626fb9e40cf4c [diff] [blame] |
Roll src/third_party/cros_system_api/ 43880122c..d45ce7d90 (2 commits) https://chromium.googlesource.com/chromiumos/platform/system_api.git/+log/43880122c4f3..d45ce7d90232 $ git log 43880122c..d45ce7d90 --date=short --no-merges --format='%ad %ae %s' 2018-04-26 emaxx cryptohome: Delete obsolete challenge-response APIs 2018-04-19 hashimoto Add constants for ArcAppFuseProvider Created with: roll-dep src/third_party/cros_system_api BUG=837161 BUG=806788 Change-Id: I31ebc9bd3b5338fcd69a61848054ab50ec0d63b7 Reviewed-on: https://chromium-review.googlesource.com/1039306 Reviewed-by: Hidehiko Abe <[email protected]> Commit-Queue: Ryo Hashimoto <[email protected]> Cr-Commit-Position: refs/heads/master@{#555351}
diff --git a/DEPS b/DEPS index 7b654ce..8e69dc99 100644 --- a/DEPS +++ b/DEPS
@@ -513,7 +513,7 @@ # For Linux and Chromium OS. 'src/third_party/cros_system_api': { - 'url': Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '43880122c4f3dfce062613e5b1d2865647c03a5a', + 'url': Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'd45ce7d902326cfba54645205c29d30ab8aabdb6', 'condition': 'checkout_linux', },