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

Unified Diff: tools/profile_chrome.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/android/adb_profile_chrome/util.py ('k') | tools/profile_chrome/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/profile_chrome.py
diff --git a/tools/android/adb_profile_chrome.py b/tools/profile_chrome.py
similarity index 87%
rename from tools/android/adb_profile_chrome.py
rename to tools/profile_chrome.py
index bfbdf56d5f056ffd0a77bb12e1f2e66b70b91a18..bed8244529622ada9d42992a2a30ee8e394cd2e1 100755
--- a/tools/android/adb_profile_chrome.py
+++ b/tools/profile_chrome.py
@@ -6,7 +6,7 @@
import sys
-from adb_profile_chrome import main
+from profile_chrome import main
if __name__ == '__main__':
« no previous file with comments | « tools/android/adb_profile_chrome/util.py ('k') | tools/profile_chrome/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698