| Index: chrome/tools/build/linux/FILES.cfg
|
| diff --git a/chrome/tools/build/linux/FILES.cfg b/chrome/tools/build/linux/FILES.cfg
|
| index 0d8dc29e841eeac2896ff2e137f695c3068cfa14..6160f9f41ba70b95507f5ae7516dc99f56f5d413 100644
|
| --- a/chrome/tools/build/linux/FILES.cfg
|
| +++ b/chrome/tools/build/linux/FILES.cfg
|
| @@ -203,4 +203,16 @@ FILES = [
|
| 'buildtype': ['official'],
|
| 'archive': 'breakpad-info.zip',
|
| },
|
| + {
|
| + 'filename': 'nacl_irt_x86_32.nexe.debug',
|
| + 'arch': ['32bit'],
|
| + 'buildtype': ['official'],
|
| + 'archive': 'chrome-linux-nacl-irt-syms.zip',
|
| + },
|
| + {
|
| + 'filename': 'nacl_irt_x86_64.nexe.debug',
|
| + 'arch': ['64bit'],
|
| + 'buildtype': ['official'],
|
| + 'archive': 'chrome-linux-nacl-irt-syms.zip',
|
| + },
|
| ]
|
|
|