summaryrefslogtreecommitdiffstats
path: root/build/get_landmines.py
diff options
context:
space:
mode:
authorrmcilroy@chromium.org <rmcilroy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-18 17:14:37 +0000
committerrmcilroy@chromium.org <rmcilroy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-18 17:14:37 +0000
commit638e64ec896aa148b9f6d8db7f637ba1dbe595a5 (patch)
tree130b6396cb7332de5cadd818ef876982ff7ae489 /build/get_landmines.py
parent565a8552b8e194807358b33ff741ae55ac9da901 (diff)
downloadchromium_src-638e64ec896aa148b9f6d8db7f637ba1dbe595a5.zip
chromium_src-638e64ec896aa148b9f6d8db7f637ba1dbe595a5.tar.gz
chromium_src-638e64ec896aa148b9f6d8db7f637ba1dbe595a5.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 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284101 R=mark@chromium.org Review URL: https://codereview.chromium.org/400203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284134 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/get_landmines.py')
-rwxr-xr-xbuild/get_landmines.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/get_landmines.py b/build/get_landmines.py
index 3bf3d15..5560214 100755
--- a/build/get_landmines.py
+++ b/build/get_landmines.py
@@ -30,6 +30,7 @@ def print_landmines(target):
builder() == 'ninja'):
print 'Need to clobber winja goma due to backend cwd cache fix.'
if platform() == 'android':
+ print 'Clobber: To avoid unresolved link errors on Breakpad roll.'
print 'Clobber: To get rid of generated files in the wrong package.'
if platform() == 'win' and builder() == 'ninja':
print 'Compile on cc_unittests fails due to symbols removed in r185063.'