| Index: scripts/slave/recipes/chromium_trybot.py
|
| diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
|
| index ed30db594be6180030df28889661ef224203d4e2..5b8aa4e58d91141ef159d769b57f168c61b026b6 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.py
|
| +++ b/scripts/slave/recipes/chromium_trybot.py
|
| @@ -752,6 +752,14 @@ def GenTests(api):
|
| )
|
|
|
| yield (
|
| + api.test('use_webrtc_patch_on_chromium_trybot') +
|
| + props(buildername='win_chromium_rel_ng',
|
| + mastername='tryserver.chromium.win',
|
| + patch_project='webrtc') +
|
| + api.platform.name('win')
|
| + )
|
| +
|
| + yield (
|
| api.test('use_skia_patch_on_chromium_trybot') +
|
| props(buildername='win_chromium_rel_ng',
|
| mastername='tryserver.chromium.win',
|
|
|