Update LSS dep to the last commit
Change-Id: I35f35d9d31d97c8237f0d90170be04716d820028 Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3873644 Reviewed-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
parent
46e00d30cd
commit
5d6d250150
2 changed files with 2 additions and 2 deletions
2
DEPS
2
DEPS
|
@ -51,7 +51,7 @@ deps = {
|
|||
# Linux syscall support.
|
||||
"src/src/third_party/lss":
|
||||
"https://chromium.googlesource.com/linux-syscall-support/" +
|
||||
"@e1e7b0ad8ee99a875b272c8e33e308472e897660",
|
||||
"@ce877209e11aa69dcfffbd53ef90ea1d07136521",
|
||||
}
|
||||
|
||||
hooks = [
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
<project path='src/src/third_party/lss'
|
||||
name='linux-syscall-support/'
|
||||
revision='e1e7b0ad8ee99a875b272c8e33e308472e897660'
|
||||
revision='ce877209e11aa69dcfffbd53ef90ea1d07136521'
|
||||
remote='chromium' />
|
||||
|
||||
<project path='src/src/third_party/protobuf/protobuf'
|
||||
|
|
Loading…
Reference in a new issue