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:
GlassOfWhiskey 2022-09-06 14:15:25 +02:00 committed by Mike Frysinger
parent 46e00d30cd
commit 5d6d250150
2 changed files with 2 additions and 2 deletions

2
DEPS
View file

@ -51,7 +51,7 @@ deps = {
# Linux syscall support.
"src/src/third_party/lss":
"https://chromium.googlesource.com/linux-syscall-support/" +
"@e1e7b0ad8ee99a875b272c8e33e308472e897660",
"@ce877209e11aa69dcfffbd53ef90ea1d07136521",
}
hooks = [

View file

@ -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'