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 --- breakpad/breakpad.gyp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'breakpad') diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index c419e46..d966781 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -186,7 +186,7 @@ [ 'OS=="linux"', { 'conditions': [ # Tools needed for archiving build symbols. - ['branding=="Chrome" or linux_breakpad==1', { + ['linux_breakpad==1', { 'targets': [ { 'target_name': 'symupload', @@ -257,7 +257,7 @@ ], # Breakpad rev 583 introduced this flag. - # Using this define, stabs_reader.h will include a.out.h to + # Using this define, stabs_reader.h will include a.out.h to # build on Linux. 'defines': [ 'HAVE_A_OUT_H', -- cgit v1.1