| Index: scripts/slave/recipes/chromium_trybot.py
|
| diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
|
| index 61b603b131645900d72c408252aa408692ef1c8b..f4913b0242ba668773cd5f2150c401d5f3b201ec 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.py
|
| +++ b/scripts/slave/recipes/chromium_trybot.py
|
| @@ -62,6 +62,14 @@ CHROMIUM_BLINK_TESTS_PATHS = freeze([
|
| 'media',
|
| 'third_party/WebKit',
|
| 'third_party/harfbuzz-ng',
|
| + 'third_party/iccjpeg',
|
| + 'third_party/libjpeg',
|
| + 'third_party/libjpeg_turbo',
|
| + 'third_party/libpng',
|
| + 'third_party/libwebp',
|
| + 'third_party/qcms',
|
| + 'third_party/yasm',
|
| + 'third_party/zlib',
|
| 'v8',
|
| ])
|
|
|
|
|