| Index: scripts/slave/recipes/chromium_trybot.py
|
| diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
|
| index e933ddbb6c492b060e9f4a20b6cad1848fb9a11a..071cd5e0cdef0c3f460890f334b3cb34fef06644 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.py
|
| +++ b/scripts/slave/recipes/chromium_trybot.py
|
| @@ -59,6 +59,7 @@ CHROMIUM_BLINK_TESTS_PATHS = freeze([
|
| 'third_party/libpng',
|
| 'third_party/libwebp',
|
| 'third_party/qcms',
|
| + 'third_party/skia',
|
| 'third_party/yasm',
|
| 'third_party/zlib',
|
| 'v8',
|
| @@ -885,6 +886,14 @@ def GenTests(api):
|
| )
|
|
|
| yield (
|
| + api.test('use_skia_patch_on_blink_trybot') +
|
| + props(mastername='tryserver.blink',
|
| + buildername='mac_blink_rel',
|
| + patch_project='skia') +
|
| + api.platform.name('mac')
|
| + )
|
| +
|
| + yield (
|
| api.test('use_v8_patch_on_blink_trybot') +
|
| props(mastername='tryserver.blink',
|
| buildername='mac_blink_rel',
|
|
|