diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 00:42:40 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 00:42:40 +0000 |
commit | 1969514122ea32f1c6bbe23007b3242c3ae2a86d (patch) | |
tree | 3dae35984d4c955c8906a9ce2ae013bc45a0642a /DEPS | |
parent | 4e2a25a083eb6169cefa155c3c290085ee4937b7 (diff) | |
download | chromium_src-1969514122ea32f1c6bbe23007b3242c3ae2a86d.zip chromium_src-1969514122ea32f1c6bbe23007b3242c3ae2a86d.tar.gz chromium_src-1969514122ea32f1c6bbe23007b3242c3ae2a86d.tar.bz2 |
roll breakpad 902:907
903: Build LinuxLibcSupportTest and make it pass. (test-only)
904: Skip ElfCoreDumpTest.ValidCoreFile test if no core dump is generated. (linux)
905: Implement core dump to minidump conversion. (linux / chromeos)
906: Use sys_prctl instead of prctl. (linux)
907: Fix several clang warnings in breakpad. (mac)
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9290055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119319 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ vars = { deps = { "src/breakpad/src": - (Var("googlecode_url") % "google-breakpad") + "/trunk/src@902", + (Var("googlecode_url") % "google-breakpad") + "/trunk/src@907", "src/build/util/support": "/trunk/deps/support@20411", |