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

Unified Diff: tools/android/adb_profile_chrome/perf_controller.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/perf_controller.py
diff --git a/build/android/chrome_profiler/perf_controller.py b/tools/android/adb_profile_chrome/perf_controller.py
similarity index 98%
rename from build/android/chrome_profiler/perf_controller.py
rename to tools/android/adb_profile_chrome/perf_controller.py
index ba4b572386949db2ffbfb8343c75cd58e8cc05fc..96a077d4b009825dbe0c20fcdec119d5b49fdb98 100644
--- a/build/android/chrome_profiler/perf_controller.py
+++ b/tools/android/adb_profile_chrome/perf_controller.py
@@ -8,8 +8,8 @@ import subprocess
import sys
import tempfile
-from chrome_profiler import controllers
-from chrome_profiler import ui
+from adb_profile_chrome import controllers
+from adb_profile_chrome import ui
from pylib import android_commands
from pylib import constants
« no previous file with comments | « tools/android/adb_profile_chrome/main.py ('k') | tools/android/adb_profile_chrome/perf_controller_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698