Chromium Code Reviews

Unified Diff: build/android/adb_profile_chrome

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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | tools/android/adb_profile_chrome.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/adb_profile_chrome
diff --git a/build/android/adb_profile_chrome b/build/android/adb_profile_chrome
index ee6f94000381d458c950bb745225c9ca42d655bc..21f6faf7b98d003f3b30d347f5b667016bf243f8 100755
--- a/build/android/adb_profile_chrome
+++ b/build/android/adb_profile_chrome
@@ -5,4 +5,4 @@
# found in the LICENSE file.
#
# Start / stop profiling in chrome.
-exec $(dirname $0)/../../tools/android/adb_profile_chrome.py $@
+exec $(dirname $0)/../../tools/profile_chrome.py $@
« no previous file with comments | « no previous file | tools/android/adb_profile_chrome.py » ('j') | no next file with comments »

Powered by Google App Engine