Index: chrome/tools/build/win/FILES.cfg |
=================================================================== |
--- chrome/tools/build/win/FILES.cfg (revision 49750) |
+++ chrome/tools/build/win/FILES.cfg (working copy) |
@@ -336,4 +336,10 @@ |
'arch': ['32bit', '64bit'], |
'buildtype': ['official'], |
}, |
+ # PDF Plugin files: |
+ { |
+ 'filename': 'pdf.dll', |
+ 'arch': ['32bit', '64bit'], |
+ 'buildtype': ['dev', 'official'], |
viettrungluu
2010/06/15 01:45:43
It's not entirely clear to me what "dev" builds ar
jam
2010/06/15 01:52:07
i'm not sure either, i'm treating it like any of t
|
+ }, |
] |