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

Unified Diff: tools/profile_chrome/perf_controller.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
Index: tools/profile_chrome/perf_controller.py
diff --git a/tools/profile_chrome/perf_controller.py b/tools/profile_chrome/perf_controller.py
index a0fd7886a41d8c4cafaa1ea4e44efcc8c838beda..18f01bb1dcd2503e811982f6de7e24b96fba1a59 100644
--- a/tools/profile_chrome/perf_controller.py
+++ b/tools/profile_chrome/perf_controller.py
@@ -9,12 +9,13 @@ import subprocess
import sys
import tempfile
+from devil.android import device_temp_file
+from devil.android.perf import perf_control
+
from profile_chrome import controllers
from profile_chrome import ui
from pylib import constants
-from pylib.perf import perf_control
-from pylib.utils import device_temp_file
sys.path.append(os.path.join(constants.DIR_SOURCE_ROOT,
'tools',

Powered by Google App Engine
This is Rietveld 408576698