From d0ea9a67eec3137940326bac3de97d4dfa459a08 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Tue, 25 Aug 2009 07:25:06 +0000 Subject: Allow Chromium Linux to be built with Breakpad. Enable Linux CHROME_HEADLESS support. TEST=none BUG=19663 Review URL: http://codereview.chromium.org/173095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24220 0039d316-1c4b-4281-b951-d872f2087c98 --- breakpad/breakpad.gyp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'breakpad/breakpad.gyp') diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 1fc1440..a707851 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -216,8 +216,8 @@ }], [ 'OS=="linux"', { 'conditions': [ - # Tools needed for archiving official build symbols. - ['branding=="Chrome"', { + # Tools needed for archiving build symbols. + ['branding=="Chrome" or linux_breakpad==1', { 'targets': [ { 'target_name': 'symupload', -- cgit v1.1