diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-02 02:55:37 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-02 02:55:37 +0000 |
commit | ed1b7f357b0173439eface0101aa460ef117280c (patch) | |
tree | 81d7af3d9764a7c454c2a3e002ea096cb830bac2 /chrome/chrome_exe.gypi | |
parent | 6ef35d66ae67adf6cc21dc315ad6dc24e74591b8 (diff) | |
download | chromium_src-ed1b7f357b0173439eface0101aa460ef117280c.zip chromium_src-ed1b7f357b0173439eface0101aa460ef117280c.tar.gz chromium_src-ed1b7f357b0173439eface0101aa460ef117280c.tar.bz2 |
Archive PDF breakpad symbols for official builds.
BUG=140059
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10829126
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149567 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index c9d15fe..0df48c9 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -415,7 +415,14 @@ 'dependencies': [ '../pdf/pdf.gyp:pdf', ], - }], + 'conditions': [ + ['OS=="linux" and linux_dump_symbols==1', { + 'dependencies': [ + '../pdf/pdf.gyp:pdf_linux_symbols', + ], + }], # OS=="linux" and linux_dump_symbols==1 + ], + }], # internal_pdf ], 'dependencies': [ 'chrome_resources.gyp:packed_extra_resources', |