Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(921)

Unified Diff: chrome/tools/build/linux/FILES.cfg

Issue 10829126: Archive PDF breakpad symbols for official builds. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/linux/FILES.cfg
===================================================================
--- chrome/tools/build/linux/FILES.cfg (revision 149455)
+++ chrome/tools/build/linux/FILES.cfg (working copy)
@@ -177,6 +177,18 @@
'archive': 'breakpad-info.zip',
},
{
+ 'filename': 'libpdf.so.breakpad.ia32',
+ 'arch': ['32bit'],
+ 'buildtype': ['official'],
+ 'archive': 'breakpad-info.zip',
+ },
+ {
+ 'filename': 'libpdf.so.breakpad.x64',
+ 'arch': ['64bit'],
+ 'buildtype': ['official'],
+ 'archive': 'breakpad-info.zip',
+ },
+ {
'filename': 'libremoting_host_plugin.ia32.so.breakpad.ia32',
'arch': ['32bit'],
'buildtype': ['official'],
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698