diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-26 00:14:27 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-26 00:14:27 +0000 |
commit | cbd5fd5ead41910dce8a20ec53ce1195548440d5 (patch) | |
tree | 13e0a2a823ba8ae31d829e7098763ebd1a7d0a68 /breakpad | |
parent | 0c22345d5e500ad60e51b7a4c4da29fe3cf6ff64 (diff) | |
download | chromium_src-cbd5fd5ead41910dce8a20ec53ce1195548440d5.zip chromium_src-cbd5fd5ead41910dce8a20ec53ce1195548440d5.tar.gz chromium_src-cbd5fd5ead41910dce8a20ec53ce1195548440d5.tar.bz2 |
Allow Chromium Linux to be built with Breakpad. Enable Linux CHROME_HEADLESS support. (Try 2)
TEST=none
BUG=19663
Original Review URL: http://codereview.chromium.org/173095
Review URL: http://codereview.chromium.org/173397
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24378 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index e154198..4c2721c 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -227,8 +227,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', |