diff options
author | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-02 09:21:24 +0000 |
---|---|---|
committer | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-02 09:21:24 +0000 |
commit | 88e0e3e6eae188f7811a8d148977eb67fa8ef38c (patch) | |
tree | 5f8dbfc44a6ffc4ed34096696e1d60b511a577bc /chrome/tools/extract_actions.sh | |
parent | 7ceadbb69acd95bfdbe8bda74131d1d9e28b5a79 (diff) | |
download | chromium_src-88e0e3e6eae188f7811a8d148977eb67fa8ef38c.zip chromium_src-88e0e3e6eae188f7811a8d148977eb67fa8ef38c.tar.gz chromium_src-88e0e3e6eae188f7811a8d148977eb67fa8ef38c.tar.bz2 |
Move UMA actions data and scripts to //tools/metrics
BUG=none
Review URL: https://chromiumcodereview.appspot.com/13429002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191811 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools/extract_actions.sh')
-rwxr-xr-x | chrome/tools/extract_actions.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/chrome/tools/extract_actions.sh b/chrome/tools/extract_actions.sh deleted file mode 100755 index 9c1d443..0000000 --- a/chrome/tools/extract_actions.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -# Copyright (c) 2009 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -system_root=`cygpath "$SYSTEMROOT"` -export PATH="/usr/bin:$system_root/system32:$system_root:$system_root/system32/WBEM" - -exec_dir=$(dirname $0) - -"$exec_dir/../../third_party/python_24/python.exe" \ - "$exec_dir/extract_actions.py" "$@" |