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

Unified Diff: tools/android/adb_profile_chrome/systrace_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/systrace_controller.py
diff --git a/build/android/chrome_profiler/systrace_controller.py b/tools/android/adb_profile_chrome/systrace_controller.py
similarity index 97%
rename from build/android/chrome_profiler/systrace_controller.py
rename to tools/android/adb_profile_chrome/systrace_controller.py
index 0903101df0de0b4c8b86347e06f1aecc745a3064..369bc88ea31fa6ba402233cb4d3d6ebd691dc2de 100644
--- a/build/android/chrome_profiler/systrace_controller.py
+++ b/tools/android/adb_profile_chrome/systrace_controller.py
@@ -5,8 +5,8 @@
import threading
import zlib
-from chrome_profiler import controllers
-from chrome_profiler import util
+from adb_profile_chrome import controllers
+from adb_profile_chrome import util
from pylib import cmd_helper
« no previous file with comments | « tools/android/adb_profile_chrome/run_tests ('k') | tools/android/adb_profile_chrome/systrace_controller_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698