Update LSS dep to the latest commit

Change-Id: I39e459f519922433de82c62385d08c6db34328f0
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3964165
Reviewed-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
mingtaoxt xt 2022-10-19 19:41:09 +08:00 committed by Mike Frysinger
parent b90119e3f3
commit 73c29370ce
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/" +
"@ce877209e11aa69dcfffbd53ef90ea1d07136521",
"@9719c1e1e676814c456b55f5f070eabad6709d31",
}
hooks = [

View file

@ -32,7 +32,7 @@
<project path='src/src/third_party/lss'
name='linux-syscall-support/'
revision='ce877209e11aa69dcfffbd53ef90ea1d07136521'
revision='9719c1e1e676814c456b55f5f070eabad6709d31'
remote='chromium' />
<project path='src/src/third_party/protobuf/protobuf'