mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 10:13:42 +00:00
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:
parent
b90119e3f3
commit
73c29370ce
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/" +
|
||||
"@ce877209e11aa69dcfffbd53ef90ea1d07136521",
|
||||
"@9719c1e1e676814c456b55f5f070eabad6709d31",
|
||||
}
|
||||
|
||||
hooks = [
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue