| Index: chrome/tools/build/mac/FILES.cfg
|
| diff --git a/chrome/tools/build/mac/FILES.cfg b/chrome/tools/build/mac/FILES.cfg
|
| index 7261b1758ca8a020d4fb2f2ebc9e8c3fe65bcd8a..74d00cdb8a296e71c4ee70dc9fcdb6db813f2a5d 100644
|
| --- a/chrome/tools/build/mac/FILES.cfg
|
| +++ b/chrome/tools/build/mac/FILES.cfg
|
| @@ -38,6 +38,11 @@ FILES = [
|
| 'filename': 'Google Chrome Packaging',
|
| 'buildtype': ['official'],
|
| },
|
| + # PNaCl translator (only for dev builds, components use for shipping).
|
| + {
|
| + 'filename': 'pnacl',
|
| + 'buildtype': ['dev'],
|
| + },
|
| # Remoting files:
|
| {
|
| 'filename': 'remoting-webapp.zip',
|
|
|