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

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

Issue 2799006: Update installer for internal plugin. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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
Index: chrome/tools/build/linux/FILES.cfg
===================================================================
--- chrome/tools/build/linux/FILES.cfg (revision 49750)
+++ chrome/tools/build/linux/FILES.cfg (working copy)
@@ -91,4 +91,10 @@
'arch': ['32bit'],
'buildtype': ['official'],
},
+ # PDF Plugin files:
viettrungluu 2010/06/15 01:45:43 Now that I think of it, I'm also worried about the
jam 2010/06/15 01:52:07 think of this binary as more like any chrome binar
+ {
+ 'filename': 'libpdf.so',
+ 'arch': ['32bit', '64bit'],
+ 'buildtype': ['dev', 'official'],
+ },
]

Powered by Google App Engine
This is Rietveld 408576698