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

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

Issue 2246443002: Do not assume that perf tests always have end_time (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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
Index: scripts/slave/recipe_modules/chromium_android/__init__.py
diff --git a/scripts/slave/recipe_modules/chromium_android/__init__.py b/scripts/slave/recipe_modules/chromium_android/__init__.py
index 8028ecfefc958f56d76d3d0f1f86ec752954767f..69bdadb5266dc1a28721b5a4f2198948e27f0baa 100644
--- a/scripts/slave/recipe_modules/chromium_android/__init__.py
+++ b/scripts/slave/recipe_modules/chromium_android/__init__.py
@@ -17,6 +17,7 @@ DEPS = [
'recipe_engine/python',
'recipe_engine/raw_io',
'recipe_engine/step',
+ 'recipe_engine/time',
'test_utils',
'depot_tools/tryserver',
'url',

Powered by Google App Engine
This is Rietveld 408576698