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

Unified Diff: scripts/slave/recipe_modules/amp/__init__.py

Issue 954743003: Make step status EXCEPTION when test runner has infrastructure failure. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Moved exit code dict to test_runner function. Created 5 years, 10 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 | scripts/slave/recipe_modules/amp/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/amp/__init__.py
diff --git a/scripts/slave/recipe_modules/amp/__init__.py b/scripts/slave/recipe_modules/amp/__init__.py
index 9041eea3a0d37aa4dace2af231ce773ac3b0d15b..f363a9c556860cdf76237bd5f4041c366fcfa3c9 100644
--- a/scripts/slave/recipe_modules/amp/__init__.py
+++ b/scripts/slave/recipe_modules/amp/__init__.py
@@ -3,6 +3,7 @@
# found in the LICENSE file.
DEPS = [
+ 'chromium_android',
'file',
'gsutil',
'json',
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/amp/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698