Commit 5c68b66c authored by rmcilroy@chromium.org's avatar rmcilroy@chromium.org

Roll Breakpad from 1345 to 1351.

This pulls in the following CLs:
 - r1346 Don't free pointer in BasicCodeModules::BasicCodeModules before possibly using it
 - r1347 Stringify minidump stream_type constants in minidump_dump output
 - r1348 Ensure C:/Dumps/ exists in crash_generation_app
 - r1349 Change some ELF utils to return the length as a size_t
 - r1350 Add frame pointer recovery to the AMD64 Stackwalker.
 - r1351 [Android]: Remove __system_property_get(ro.build.fingerprint) from
WriteOSInformation.

BUG=394841,393903

Review URL: https://codereview.chromium.org/400203002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284101 0039d316-1c4b-4281-b951-d872f2087c98
parent 1281ef0e
......@@ -90,7 +90,7 @@ vars = {
deps = {
"src/breakpad/src":
(Var("googlecode_url") % "google-breakpad") + "/trunk/src@1345",
(Var("googlecode_url") % "google-breakpad") + "/trunk/src@1351",
"src/buildtools":
Var("chromium_git") + "/chromium/buildtools.git@" +
......
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