summaryrefslogtreecommitdiffstats
path: root/build/android/adb_profile_chrome
diff options
context:
space:
mode:
authorskyostil@chromium.org <skyostil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-12 19:52:32 +0000
committerskyostil@chromium.org <skyostil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-12 19:52:32 +0000
commit5d42aee40bbf4edff392a5ea6aa9e5334a35d030 (patch)
tree26126d388b9baaa3518fa67e357aaf546a0d53f1 /build/android/adb_profile_chrome
parenta939586048b9a634d05feadb88d68efd98ecdca4 (diff)
downloadchromium_src-5d42aee40bbf4edff392a5ea6aa9e5334a35d030.zip
chromium_src-5d42aee40bbf4edff392a5ea6aa9e5334a35d030.tar.gz
chromium_src-5d42aee40bbf4edff392a5ea6aa9e5334a35d030.tar.bz2
Move adb_profile_chrome under tools/android/
Move adb_profile_chrome from build/android/ to tools/android/ to make its purpose clearer. BUG=375754 TEST=tools/android/adb_profile_chrome/run_tests Review URL: https://codereview.chromium.org/310413003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276779 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 00b1199..ee6f940 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)/adb_profile_chrome.py $@
+exec $(dirname $0)/../../tools/android/adb_profile_chrome.py $@