| Index: masters/master.client.webrtc/master_linux_cfg.py
|
| diff --git a/masters/master.client.webrtc/master_linux_cfg.py b/masters/master.client.webrtc/master_linux_cfg.py
|
| index 138ca11f1ece76753ca487873d1b956d6ad874b1..3eb45039c8201b89631c7ab87e547698895e2597 100644
|
| --- a/masters/master.client.webrtc/master_linux_cfg.py
|
| +++ b/masters/master.client.webrtc/master_linux_cfg.py
|
| @@ -39,8 +39,8 @@ def Update(c):
|
| 'Linux UBSan',
|
| 'Linux UBSan vptr',
|
| 'Linux64 Release [large tests]',
|
| - 'Linux64 Debug (GN)',
|
| - 'Linux64 Release (GN)',
|
| + 'Linux64 Debug (GYP)',
|
| + 'Linux64 Release (GYP)',
|
| 'Linux64 Release (Libfuzzer)',
|
| ]),
|
| ])
|
| @@ -62,8 +62,8 @@ def Update(c):
|
| 'category': 'compile|baremetal',
|
| 'slavebuilddir': 'linux_baremetal',
|
| },
|
| - {'name': 'Linux64 Debug (GN)', 'slavebuilddir': 'linux64_gn'},
|
| - {'name': 'Linux64 Release (GN)', 'slavebuilddir': 'linux64_gn'},
|
| + {'name': 'Linux64 Debug (GYP)', 'slavebuilddir': 'linux64_gyp'},
|
| + {'name': 'Linux64 Release (GYP)', 'slavebuilddir': 'linux64_gyp'},
|
| {
|
| 'name': 'Linux64 Release (Libfuzzer)',
|
| 'recipe': 'webrtc/libfuzzer',
|
|
|