| Index: chrome/tools/build/linux/FILES.cfg
|
| diff --git a/chrome/tools/build/linux/FILES.cfg b/chrome/tools/build/linux/FILES.cfg
|
| index be3a61fc34b8d4cebaf67d979aa6c08afc41e46f..db0b2b741103794c415d62e5c639fabc6050bcd3 100644
|
| --- a/chrome/tools/build/linux/FILES.cfg
|
| +++ b/chrome/tools/build/linux/FILES.cfg
|
| @@ -123,4 +123,14 @@ FILES = [
|
| 'arch': ['64bit'],
|
| 'buildtype': ['dev', 'official'],
|
| },
|
| + {
|
| + 'filename': 'nacl_helper.so',
|
| + 'arch': ['32bit', '64bit'],
|
| + 'buildtype': ['dev', 'official'],
|
| + },
|
| + {
|
| + 'filename': 'nacl_helper_bootstrap',
|
| + 'arch': ['32bit', '64bit'],
|
| + 'buildtype': ['dev', 'official'],
|
| + },
|
| ]
|
|
|