diff options
author | rmcilroy@chromium.org <rmcilroy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-18 15:49:41 +0000 |
---|---|---|
committer | rmcilroy@chromium.org <rmcilroy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-18 15:49:41 +0000 |
commit | 5c68b66ca501f5e67ec8dd2090f8a1192c360918 (patch) | |
tree | f21a80dfa13da0e2a07b8e3a09d4ed35f5543b12 /DEPS | |
parent | 1281ef0e2be4caa80f435496cf2262a02071f584 (diff) | |
download | chromium_src-5c68b66ca501f5e67ec8dd2090f8a1192c360918.zip chromium_src-5c68b66ca501f5e67ec8dd2090f8a1192c360918.tar.gz chromium_src-5c68b66ca501f5e67ec8dd2090f8a1192c360918.tar.bz2 |
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
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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@" + |