Roll src/third_party/cros_system_api/ de1a4c92e..4b79dfea8 (11 commits)
https://chromium.googlesource.com/chromiumos/platform2/system_api.git/+log/de1a4c92ee70..4b79dfea832f
$ git log de1a4c92e..4b79dfea8 --date=short --no-merges --format='%ad %ae %s'
2019-03-06 dtolnay system_api: Add software_tpm to StartVmRequest
2019-03-08 ljusten system_api: Add kerberos service method and signal
2019-02-20 zuan system_api: Add Disk Space related API's proto for new Cryptohome interface
2019-02-20 zuan system_api: Add GetSupportedKeyPolicies()'s proto for new Cryptohome interface
2019-02-20 zuan system_api: Add Dircrypto related API's proto for new Cryptohome interface
2019-02-20 zuan system_api: Add Key related API's proto for new Cryptohome interface
2019-02-14 zuan system_api: Add Remove and Rename API's proto for new Cryptohome interface
2019-03-04 zuan system_api: Add mount related API's protobuf for new Cryptohome Interface
2019-02-20 zuan system_api: Add common messages in the new cryptohome interface
2019-02-13 dverkamp system_api: concierge: document automatic sizing
2019-02-21 zuan system_api: Add service path name and related constants for Cryptohome's new Interface
Created with:
roll-dep src/third_party/cros_system_api
BUG=chromium:933798
Change-Id: Iabbc1f181035f0e6536b1299672d7a3ed67a29d6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1514572
Reviewed-by: Pavol Marko <[email protected]>
Commit-Queue: Lutz Justen <[email protected]>
Cr-Commit-Position: refs/heads/master@{#639448}
diff --git a/DEPS b/DEPS
index aa4d23d3..61f128c 100644
--- a/DEPS
+++ b/DEPS
@@ -767,7 +767,7 @@
# For Linux and Chromium OS.
'src/third_party/cros_system_api': {
- 'url': Var('chromium_git') + '/chromiumos/platform2/system_api.git' + '@' + 'de1a4c92ee70a7a94651c0eaeece59090619c09e',
+ 'url': Var('chromium_git') + '/chromiumos/platform2/system_api.git' + '@' + '4b79dfea832fad7ec8f0bbc4dfd30613e5049ee7',
'condition': 'checkout_linux',
},