diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-25 07:25:06 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-25 07:25:06 +0000 |
commit | d0ea9a67eec3137940326bac3de97d4dfa459a08 (patch) | |
tree | ed0aa06fe980c5f9261f178964c8223bc003b403 /breakpad/breakpad.gyp | |
parent | b0d3f08961d7bb2e17df4683b7dfbce9a6ece4ee (diff) | |
download | chromium_src-d0ea9a67eec3137940326bac3de97d4dfa459a08.zip chromium_src-d0ea9a67eec3137940326bac3de97d4dfa459a08.tar.gz chromium_src-d0ea9a67eec3137940326bac3de97d4dfa459a08.tar.bz2 |
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
Diffstat (limited to 'breakpad/breakpad.gyp')
-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 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', |