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

Unified Diff: tools/android/adb_profile_chrome/main.py

Issue 310413003: Move adb_profile_chrome under tools/android/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add shebang and exec bit temporarily. Created 6 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
Index: tools/android/adb_profile_chrome/main.py
diff --git a/build/android/chrome_profiler/main.py b/tools/android/adb_profile_chrome/main.py
similarity index 97%
rename from build/android/chrome_profiler/main.py
rename to tools/android/adb_profile_chrome/main.py
index 729163f87475c40f88a55e0a3379b8517b2af4d5..3629fa5a755e8b2f974bad730703b41d32f5989a 100755
--- a/build/android/chrome_profiler/main.py
+++ b/tools/android/adb_profile_chrome/main.py
@@ -10,11 +10,11 @@ import os
import sys
import webbrowser
-from chrome_profiler import chrome_controller
-from chrome_profiler import perf_controller
-from chrome_profiler import profiler
-from chrome_profiler import systrace_controller
-from chrome_profiler import ui
+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 pylib import android_commands
from pylib.device import device_utils
« no previous file with comments | « tools/android/adb_profile_chrome/controllers_unittest.py ('k') | tools/android/adb_profile_chrome/perf_controller.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698