Commit b974edb2 authored by mseaborn@chromium.org's avatar mseaborn@chromium.org

Update linux_syscall_support.h (LSS) and Breakpad revisions in DEPS

The LSS update changes the prctl() wrapper, which requires pulling in
an updated Breakpad version too.

BUG=none
TEST=trybots

Review URL: https://chromiumcodereview.appspot.com/23869004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221760 0039d316-1c4b-4281-b951-d872f2087c98
parent b857a455
......@@ -21,7 +21,7 @@ vars = {
"libphonenumber_revision": "584",
"libvpx_revision": "212364",
"lss_revision": "20",
"lss_revision": "24",
# These two FFmpeg variables must be updated together. One is used for SVN
# checkouts and the other for Git checkouts.
......@@ -53,7 +53,7 @@ vars = {
deps = {
"src/breakpad/src":
(Var("googlecode_url") % "google-breakpad") + "/trunk/src@1199",
(Var("googlecode_url") % "google-breakpad") + "/trunk/src@1211",
"src/sdch/open-vcdiff":
(Var("googlecode_url") % "open-vcdiff") + "/trunk@42",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment