linux: Add the missing lss dependency.
authorCheng Zhao <zcbenz@gmail.com>
Wed, 26 Feb 2014 07:38:28 +0000 (15:38 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Wed, 26 Feb 2014 07:38:28 +0000 (15:38 +0800)
commit38810c5518781a0e7b0c9018eaea672c43535777
treea4b496a3097971b05e47d6f32dddc1a1e40e3635
parent876bfc69acd77d2a660036acf2573c5ea133fbcf
linux: Add the missing lss dependency.

Chromium ships with it in its code base, but since libchromiumcontent
doesn't contain it in the distribution, we need to include it herer to
make breakpad_client compile.

Note that we put the header under `vendor/third_party/lss` instead of
checking out the repository under `vendor`, because we don't want to
patch breakpad.
vendor/third_party/lss/linux_syscall_support.h [new file with mode: 0644]