From c913cb8e72551ad179964e4bbdfe74bb06b6ad8e Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Tue, 31 Aug 2010 19:44:08 +0000 Subject: Linux: Enable symbol dumping on 64-bit Breakpad. BUG=20737 TEST=none Review URL: http://codereview.chromium.org/3213005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58050 0039d316-1c4b-4281-b951-d872f2087c98 --- build/common.gypi | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'build') diff --git a/build/common.gypi b/build/common.gypi index faeefc6..0d300a4 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -304,10 +304,7 @@ }], # All Chrome builds have breakpad symbols, but only process the # symbols from official builds. - # TODO(mmoss) dump_syms segfaults on x64. Enable once dump_syms and - # crash server handle 64-bit symbols. - ['(branding=="Chrome" and buildtype=="Official" and ' - 'target_arch=="ia32")', { + ['(branding=="Chrome" and buildtype=="Official")', { 'linux_dump_symbols%': 1, }], ['toolkit_views==0', { -- cgit v1.1