Index: scripts/slave/recipes/chromium.py |
diff --git a/scripts/slave/recipes/chromium.py b/scripts/slave/recipes/chromium.py |
index 06c824e1d9f9a62e1493676d5b4d8e7a90b4fedd..6c0b6c69257812822edf04e707a130b810b45980 100644 |
--- a/scripts/slave/recipes/chromium.py |
+++ b/scripts/slave/recipes/chromium.py |
@@ -4,6 +4,7 @@ |
DEPS = [ |
'adb', |
+ 'amp', |
'bisect_tester', |
'chromium', |
'chromium_android', |
@@ -15,9 +16,9 @@ DEPS = [ |
'properties', |
'python', |
'raw_io', |
- 'test_utils', |
'step', |
'swarming', |
+ 'test_utils', |
] |