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

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

Issue 2243853002: Drop unwanted dependencies on chromium_tests recipe module (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: TODO Created 4 years, 4 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 | « scripts/slave/recipes/blink_downstream.py ('k') | scripts/slave/recipes/webrtc/ios.py » ('j') | 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 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
« no previous file with comments | « scripts/slave/recipes/blink_downstream.py ('k') | scripts/slave/recipes/webrtc/ios.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698