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

Unified Diff: build/android/pylib/constants.py

Issue 745793002: Add AMP support to test runner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments on previous patch set Created 6 years 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: build/android/pylib/constants.py
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
index 5cba3af6d4d03dea73fbed4a81bb329ff7bff665..0d7504231b2ec2880e937e92a7a8a79d43cde8b1 100644
--- a/build/android/pylib/constants.py
+++ b/build/android/pylib/constants.py
@@ -200,7 +200,7 @@ PYTHON_UNIT_TEST_SUITES = {
}
LOCAL_MACHINE_TESTS = ['junit', 'python']
-VALID_ENVIRONMENTS = ['local']
+VALID_ENVIRONMENTS = ['local', 'remote_device']
def GetBuildType():

Powered by Google App Engine
This is Rietveld 408576698