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

Unified Diff: build/android/pylib/gtest/test_runner.py

Issue 1332603002: [Android] Move perf utilities into devil. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: redirections for v8 Created 5 years, 3 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 | « build/android/devil/android/perf/thermal_throttle.py ('k') | build/android/pylib/perf/cache_control.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/gtest/test_runner.py
diff --git a/build/android/pylib/gtest/test_runner.py b/build/android/pylib/gtest/test_runner.py
index fab7121452ada7a8e5259ba1995ab58550f02bf0..0010922039da7c58507e84f15fbead08f550cf21 100644
--- a/build/android/pylib/gtest/test_runner.py
+++ b/build/android/pylib/gtest/test_runner.py
@@ -9,11 +9,11 @@ import tempfile
from devil.android import device_errors
from devil.android import ports
+from devil.android.perf import perf_control
from pylib import pexpect
from pylib.base import base_test_result
from pylib.base import base_test_runner
from pylib.local import local_test_server_spawner
-from pylib.perf import perf_control
# Test case statuses.
RE_RUN = re.compile('\\[ RUN \\] ?(.*)\r\n')
« no previous file with comments | « build/android/devil/android/perf/thermal_throttle.py ('k') | build/android/pylib/perf/cache_control.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698