commit | 1050f29fd72d9070df23c5e51035215333f18d3b | [log] [tgz] |
---|---|---|
author | Xiaochu Liu <[email protected]> | Fri Dec 08 19:37:15 2017 |
committer | Commit Bot <[email protected]> | Fri Dec 08 19:37:15 2017 |
tree | 863a8cf9c3683302f702da73211a0a0cd54eaff8 | |
parent | 945431d84342213951f61cadde27c5192fac1f70 [diff] |
Roll src/third_party/cros_system_api/ caeea3300..3d171a2fc (1 commit) https://chromium.googlesource.com/chromiumos/platform/system_api.git/+log/caeea330067c..3d171a2fcf08 $ git log caeea3300..3d171a2fc --date=short --no-merges --format='%ad %ae %s' 2017-12-07 xiaochu chrome UnloadComponent API constant Created with: roll-dep src/third_party/cros_system_api chromiumos/platform/system_api.git BUG=chromium:769970 TEST=None Change-Id: I95043f4a105b7df3c0f3cbb92a86be00fa1d561e Reviewed-on: https://chromium-review.googlesource.com/817974 Reviewed-by: Dan Erat <[email protected]> Commit-Queue: Xiaochu Liu <[email protected]> Cr-Commit-Position: refs/heads/master@{#522842}
diff --git a/DEPS b/DEPS index 4cb13098..688d275 100644 --- a/DEPS +++ b/DEPS
@@ -313,7 +313,7 @@ # For Linux and Chromium OS. 'src/third_party/cros_system_api': { - 'url': Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'caeea330067c6b166a877f1198cf9a7534c2a3d4', + 'url': Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '3d171a2fcf084cfbafe35eb910c3df2883a1a0cc', 'condition': 'checkout_linux', },