Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: scripts/slave/recipes/chromium_trybot.py

Issue 1863333003: Run layout tests on image affecting third_party changes (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
])
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698