commit | 06447d8728299783c0b7caa41e545a14eaa83856 | [log] [tgz] |
---|---|---|
author | Nicholas Verne <[email protected]> | Tue Apr 24 07:25:05 2018 |
committer | Commit Bot <[email protected]> | Tue Apr 24 07:25:05 2018 |
tree | dbb120884ad766ff8eedae44cd8978872d89b9de | |
parent | f8f7052fcac2edab2ffc82f43bdf32bce5400491 [diff] [blame] |
Roll src/third_party/cros_system_api/ 7aaece4a0..dea305b1a (1 commit) https://chromium.googlesource.com/chromiumos/platform/system_api.git/+log/7aaece4a0870..dea305b1a70d $ git log 7aaece4a0..dea305b1a --date=short --no-merges --format='%ad %ae %s' 2018-04-12 jkardatzke Add signal for container startup failures for VMs Created with: roll-dep src/third_party/cros_system_api Bug: None Change-Id: I26f73eb9784066551c938e34400726f861710137 Reviewed-on: https://chromium-review.googlesource.com/1025530 Reviewed-by: Nicholas Verne <[email protected]> Reviewed-by: Timothy Loh <[email protected]> Commit-Queue: Nicholas Verne <[email protected]> Cr-Commit-Position: refs/heads/master@{#553024}
diff --git a/DEPS b/DEPS index edeea5c..ef7bb85 100644 --- a/DEPS +++ b/DEPS
@@ -504,7 +504,7 @@ # For Linux and Chromium OS. 'src/third_party/cros_system_api': { - 'url': Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '7aaece4a0870323c3a1e5d3f7afecd7b15e188ae', + 'url': Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'dea305b1a70d88d17d951dbe825a57fe2674ed23', 'condition': 'checkout_linux', },