DescriptionBreakpad: Remove redundant Gyp setting and misleading comment
This linux_breakpad=0 assignment for Android is overridden by the
later block (which was added in
http://src.chromium.org/viewvc/chrome?view=rev&revision=147088):
# Configure crash reporting and build options based on release type.
'conditions': [
['buildtype=="Official"', {
# Only report crash dumps for Official builds.
'linux_breakpad%': 1,
}, {
'linux_breakpad%': 0,
}],
],
BUG=105778
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=176500
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|