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:
Mike Frysinger 2017-06-15 23:53:00 -04:00
parent 94b6309aec
commit c142362a6c
2 changed files with 2 additions and 2 deletions

2
DEPS
View file

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

View file

@ -37,7 +37,7 @@
<project path='src/src/third_party/lss'
name='linux-syscall-support/'
revision='c555f533313986d29c827eb59c7bd99fd37b3ec4'
revision='a91633d172407f6c83dd69af11510b37afebb7f9'
remote='chromium' />
<project path='src/src/third_party/protobuf/protobuf'