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

Unified Diff: components/cronet/android/test/javaperftests/run.py

Issue 2115733003: [cronet] Switch pylib.device -> devil equivalents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/android/test/javaperftests/run.py
diff --git a/components/cronet/android/test/javaperftests/run.py b/components/cronet/android/test/javaperftests/run.py
index 929141852236459e2923a34224950879d46eb16d..fd07c728be48a18aa48a84881d04ef7220aba309 100755
--- a/components/cronet/android/test/javaperftests/run.py
+++ b/components/cronet/android/test/javaperftests/run.py
@@ -47,13 +47,15 @@ sys.path.append(os.path.join(REPOSITORY_ROOT, 'tools', 'perf'))
from chrome_telemetry_build import chromium_config
sys.path.append(chromium_config.GetTelemetryDir())
sys.path.append(os.path.join(REPOSITORY_ROOT, 'build', 'android'))
+sys.path.append(os.path.join(
+ REPOSITORY_ROOT, 'third_party', 'catapult', 'devil'))
import android_rndis_forwarder
+from devil.android import device_utils
+from devil.android.sdk import intent
import lighttpd_server
from pylib import constants
from pylib import pexpect
-from pylib.device import device_utils
-from pylib.device import intent
from telemetry import android
from telemetry import benchmark
from telemetry import benchmark_runner
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698