summaryrefslogtreecommitdiffstats
path: root/build/android/adb_profile_chrome
diff options
context:
space:
mode:
authoralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-18 21:36:55 +0000
committeralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-18 21:36:55 +0000
commit46d8f4c5dc5a1081a7e842ad28e4deea9c1736b7 (patch)
tree6143d61ccab14b5f3ac105e7bea2ffb108a97a16 /build/android/adb_profile_chrome
parent415038a6f024d502c4d30dd8ca6b8bac03d2faca (diff)
downloadchromium_src-46d8f4c5dc5a1081a7e842ad28e4deea9c1736b7.zip
chromium_src-46d8f4c5dc5a1081a7e842ad28e4deea9c1736b7.tar.gz
chromium_src-46d8f4c5dc5a1081a7e842ad28e4deea9c1736b7.tar.bz2
Move adb_profile_chrome to profile_chrome.
This is being done with the intention to port this tool to other platforms. The first step is to move the existing code to a common location. Review URL: https://codereview.chromium.org/402803005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284207 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/android/adb_profile_chrome')
-rwxr-xr-xbuild/android/adb_profile_chrome2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/adb_profile_chrome b/build/android/adb_profile_chrome
index ee6f940..21f6faf 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 $@