| Index: scripts/slave/recipes/chromium_trybot.py
|
| diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
|
| index 511221bb81c88c5ac2eb90f7899a61e3dfd2c19e..e283ee3087b6830c9dc72626cffae5ea017e0554 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.py
|
| +++ b/scripts/slave/recipes/chromium_trybot.py
|
| @@ -10,6 +10,7 @@ DEPS = [
|
| 'depot_tools/bot_update',
|
| 'chromium',
|
| 'chromium_android',
|
| + 'chromium_checkout',
|
| 'chromium_swarming',
|
| 'chromium_tests',
|
| 'commit_position',
|
| @@ -115,7 +116,7 @@ def _RunStepsInternal(api):
|
| tests.extend(additional_tests)
|
| tests_including_triggered.extend(additional_tests)
|
|
|
| - affected_files = api.chromium_tests.get_files_affected_by_patch('src/')
|
| + affected_files = api.chromium_checkout.get_files_affected_by_patch('src/')
|
|
|
| affects_blink_paths = any(
|
| f.startswith(path) for f in affected_files
|
|
|