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

Unified Diff: build/android/pylib/local/device/local_device_environment.py

Issue 2012323002: [Android] Implement perf tests to platform mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [Android] Implement perf tests to platform mode. Created 4 years, 5 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: build/android/pylib/local/device/local_device_environment.py
diff --git a/build/android/pylib/local/device/local_device_environment.py b/build/android/pylib/local/device/local_device_environment.py
index 56e867862bcd264e4b36f588afc055945b6c0662..3935ebc7b72b7a9ee6c41136739bfe4ebbe18190 100644
--- a/build/android/pylib/local/device/local_device_environment.py
+++ b/build/android/pylib/local/device/local_device_environment.py
@@ -87,6 +87,10 @@ class LocalDeviceEnvironment(environment.Environment):
monitor.Start()
@property
+ def blacklist(self):
+ return self._blacklist
+
+ @property
def concurrent_adb(self):
return self._concurrent_adb

Powered by Google App Engine
This is Rietveld 408576698