| Index: masters/master.client.libyuv/master_linux_cfg.py
|
| diff --git a/masters/master.client.libyuv/master_linux_cfg.py b/masters/master.client.libyuv/master_linux_cfg.py
|
| index ca1faf8cc71dbe27e2e0a6f802d18793ed4fb14b..b1e4be8dc33c7f6ffd59fa9711a4ddcfc7a27458 100644
|
| --- a/masters/master.client.libyuv/master_linux_cfg.py
|
| +++ b/masters/master.client.libyuv/master_linux_cfg.py
|
| @@ -18,8 +18,6 @@ def Update(c):
|
| 'Linux32 Release',
|
| 'Linux64 Debug',
|
| 'Linux64 Release',
|
| - 'Linux64 Debug (GYP)',
|
| - 'Linux64 Release (GYP)',
|
| # TODO(kjellander): Add when trybot is green (crbug.com/625889).
|
| #'Linux GCC',
|
| 'Linux Asan',
|
| @@ -36,8 +34,6 @@ def Update(c):
|
| {'name': 'Linux32 Release', 'slavebuilddir': 'linux32'},
|
| {'name': 'Linux64 Debug', 'slavebuilddir': 'linux64'},
|
| {'name': 'Linux64 Release', 'slavebuilddir': 'linux64'},
|
| - {'name': 'Linux64 Debug (GYP)', 'slavebuilddir': 'linux64_gyp'},
|
| - {'name': 'Linux64 Release (GYP)', 'slavebuilddir': 'linux64_gyp'},
|
| # TODO(kjellander): Add when trybot is green (crbug.com/625889).
|
| #{'name': 'Linux GCC', 'slavebuilddir': 'linux_gcc'},
|
| {'name': 'Linux Asan', 'slavebuilddir': 'linux_asan'},
|
|
|