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

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

Powered by Google App Engine
This is Rietveld 408576698