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

Unified Diff: tools/android/adb_profile_chrome/profiler.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/profiler.py
diff --git a/build/android/chrome_profiler/profiler.py b/tools/android/adb_profile_chrome/profiler.py
similarity index 97%
rename from build/android/chrome_profiler/profiler.py
rename to tools/android/adb_profile_chrome/profiler.py
index 5393ed383aac1680c8c95bb4e5f5b481da037f70..3480c606dcab110d8b3c56898c5c1883a6e1dbf8 100644
--- a/build/android/chrome_profiler/profiler.py
+++ b/tools/android/adb_profile_chrome/profiler.py
@@ -4,8 +4,8 @@
import os
-from chrome_profiler import trace_packager
-from chrome_profiler import ui
+from adb_profile_chrome import trace_packager
+from adb_profile_chrome import ui
from pylib import constants
« no previous file with comments | « tools/android/adb_profile_chrome/perf_controller_unittest.py ('k') | tools/android/adb_profile_chrome/profiler_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698