| Index: masters/master.chromium.linux/master_linux_cfg.py
|
| diff --git a/masters/master.chromium.linux/master_linux_cfg.py b/masters/master.chromium.linux/master_linux_cfg.py
|
| index ae5856e11cbb475cfe5332e569ae51fd46375e2d..463ce3c59cd8bf5735406f27ff9ccc7618e3a9b9 100644
|
| --- a/masters/master.chromium.linux/master_linux_cfg.py
|
| +++ b/masters/master.chromium.linux/master_linux_cfg.py
|
| @@ -21,7 +21,6 @@ def Update(_config, active_master, c):
|
| 'Linux GN',
|
| 'Linux GN Clobber',
|
| 'Linux GN (dbg)',
|
| - 'Linux ARM',
|
| 'Cast Linux',
|
| ]),
|
| ])
|
| @@ -35,7 +34,6 @@ def Update(_config, active_master, c):
|
| {'name': 'Linux GN'},
|
| {'name': 'Linux GN Clobber'},
|
| {'name': 'Linux GN (dbg)'},
|
| - {'name': 'Linux ARM'},
|
| {'name': 'Cast Linux'},
|
| ]
|
|
|
|
|