| Index: chrome/tools/build/linux/FILES.cfg
|
| diff --git a/chrome/tools/build/linux/FILES.cfg b/chrome/tools/build/linux/FILES.cfg
|
| index 10069a2df4951da3ce0968a2441efe3a564062de..7f896decdbe6ccbb954b8ca8b652d127b1c34d8c 100644
|
| --- a/chrome/tools/build/linux/FILES.cfg
|
| +++ b/chrome/tools/build/linux/FILES.cfg
|
| @@ -56,6 +56,14 @@ FILES = [
|
| 'buildtype': ['dev', 'official'],
|
| },
|
| {
|
| + 'filename': 'natives_blob.bin',
|
| + 'buildtype': ['dev', 'official'],
|
| + },
|
| + {
|
| + 'filename': 'snapshot_blob.bin',
|
| + 'buildtype': ['dev', 'official'],
|
| + },
|
| + {
|
| 'filename': 'installer',
|
| 'buildtype': ['official'],
|
| },
|
|
|