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

Unified Diff: tools/profile_chrome/main.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/controllers_unittest.py ('k') | tools/profile_chrome/perf_controller.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/profile_chrome/main.py
diff --git a/tools/android/adb_profile_chrome/main.py b/tools/profile_chrome/main.py
similarity index 97%
rename from tools/android/adb_profile_chrome/main.py
rename to tools/profile_chrome/main.py
index 3629fa5a755e8b2f974bad730703b41d32f5989a..32476fb681541e206746342cd5b935cac0875fe4 100755
--- a/tools/android/adb_profile_chrome/main.py
+++ b/tools/profile_chrome/main.py
@@ -10,11 +10,11 @@ import os
import sys
import webbrowser
-from adb_profile_chrome import chrome_controller
-from adb_profile_chrome import perf_controller
-from adb_profile_chrome import profiler
-from adb_profile_chrome import systrace_controller
-from adb_profile_chrome import ui
+from profile_chrome import chrome_controller
+from profile_chrome import perf_controller
+from profile_chrome import profiler
+from profile_chrome import systrace_controller
+from profile_chrome import ui
from pylib import android_commands
from pylib.device import device_utils
« no previous file with comments | « tools/profile_chrome/controllers_unittest.py ('k') | tools/profile_chrome/perf_controller.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698