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'], |
+ }, |
] |