mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 21:23:35 +00:00
roll lss deps
This should hopefully fix the ARMv8/IT fix to work on clang & gcc. BUG=chromium:686903 Change-Id: Ib99f05a0cd8df2cb2d393e2ff951d3109cdb5f5b Reviewed-on: https://chromium-review.googlesource.com/538213 Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
94b6309aec
commit
c142362a6c
2 changed files with 2 additions and 2 deletions
2
DEPS
2
DEPS
|
@ -56,7 +56,7 @@ deps = {
|
||||||
# Linux syscall support.
|
# Linux syscall support.
|
||||||
"src/src/third_party/lss":
|
"src/src/third_party/lss":
|
||||||
"https://chromium.googlesource.com/linux-syscall-support/" +
|
"https://chromium.googlesource.com/linux-syscall-support/" +
|
||||||
"@c555f533313986d29c827eb59c7bd99fd37b3ec4",
|
"@a91633d172407f6c83dd69af11510b37afebb7f9",
|
||||||
}
|
}
|
||||||
|
|
||||||
hooks = [
|
hooks = [
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
<project path='src/src/third_party/lss'
|
<project path='src/src/third_party/lss'
|
||||||
name='linux-syscall-support/'
|
name='linux-syscall-support/'
|
||||||
revision='c555f533313986d29c827eb59c7bd99fd37b3ec4'
|
revision='a91633d172407f6c83dd69af11510b37afebb7f9'
|
||||||
remote='chromium' />
|
remote='chromium' />
|
||||||
|
|
||||||
<project path='src/src/third_party/protobuf/protobuf'
|
<project path='src/src/third_party/protobuf/protobuf'
|
||||||
|
|
Loading…
Reference in a new issue