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

Unified Diff: tools/profile_chrome/perf_controller.py

Issue 402803005: Move adb_profile_chrome to profile_chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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
« no previous file with comments | « tools/profile_chrome/main.py ('k') | tools/profile_chrome/perf_controller_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/profile_chrome/perf_controller.py
diff --git a/tools/android/adb_profile_chrome/perf_controller.py b/tools/profile_chrome/perf_controller.py
similarity index 98%
rename from tools/android/adb_profile_chrome/perf_controller.py
rename to tools/profile_chrome/perf_controller.py
index 372cf27e63a0ec6ea994604e8162883e2d418bd9..245435ee85d379532af04c277b82262840f3dd21 100644
--- a/tools/android/adb_profile_chrome/perf_controller.py
+++ b/tools/profile_chrome/perf_controller.py
@@ -8,8 +8,8 @@ import subprocess
import sys
import tempfile
-from adb_profile_chrome import controllers
-from adb_profile_chrome import ui
+from profile_chrome import controllers
+from profile_chrome import ui
from pylib import android_commands
from pylib import constants
« no previous file with comments | « tools/profile_chrome/main.py ('k') | tools/profile_chrome/perf_controller_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698