Roll src/src/third_party/lss/ a91633d17..e6527b0cd (1 commit)

https://chromium.googlesource.com/linux-syscall-support/+log/a91633d17240..e6527b0cd469

$ git log a91633d17..e6527b0cd --date=short --no-merges --format='%ad %ae %s'
2017-10-03 torne Fix use of non-whitelisted syscalls on Android.

Created with:
  roll-dep src/src/third_party/lss
Bug: 770449

Change-Id: Ia9556ba31f61c0bd8a5dcd4b032cdb1f321d7a57
Reviewed-on: https://chromium-review.googlesource.com/728357
Reviewed-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
Torne (Richard Coles) 2017-10-19 14:09:04 -04:00 committed by Mike Frysinger
parent 072f86ca83
commit 2aaeead73f
2 changed files with 2 additions and 2 deletions

2
DEPS
View file

@ -51,7 +51,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/" +
"@a91633d172407f6c83dd69af11510b37afebb7f9", "@e6527b0cd469e3ff5764785dadcb39bf7d787154",
} }
hooks = [ hooks = [

View file

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