diff options
author | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 21:21:50 +0000 |
---|---|---|
committer | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 21:21:50 +0000 |
commit | 8fd5d273b622932e3d0b855d9234c611aea41336 (patch) | |
tree | 2291411316dcde109ce5129fa899da14356b2740 /remoting | |
parent | 43817c9bb6b7bd35f4c7a88bacaf024ea1987150 (diff) | |
download | chromium_src-8fd5d273b622932e3d0b855d9234c611aea41336.zip chromium_src-8fd5d273b622932e3d0b855d9234c611aea41336.tar.gz chromium_src-8fd5d273b622932e3d0b855d9234c611aea41336.tar.bz2 |
Generate Breakpad symbols for Remoting Host plugin on Mac.
See also http://crrev.com/95103
BUG=87632
TEST=Official build logs show Breakpad symbols being uploaded to crash server.
Review URL: http://codereview.chromium.org/7562002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95498 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/remoting.gyp | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 2369896..3524188 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -198,7 +198,15 @@ 'mac_bundle_resources!': [ 'host/plugin/host_plugin-Info.plist', ], - }], + 'conditions': [ + ['mac_breakpad==1', { + 'variables': { + # A real .dSYM is needed for dump_syms to operate on. + 'mac_real_dsym': 1, + }, + }], + ], # conditions + }], # OS=="mac" ['OS!="win"', { 'sources!': [ 'host/plugin/host_plugin.def', |