Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / tools / metrics / actions / extract_actions.sh
blob88b6d2fcdf542d8c2656773c33abf3b1b2045812
1 #!/bin/sh
3 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
7 system_root=`cygpath "$SYSTEMROOT"`
8 export PATH="/usr/bin:$system_root/system32:$system_root:$system_root/system32/WBEM"
10 exec_dir=$(dirname $0)
12 "$exec_dir/../../../third_party/python_24/python.exe" \
13 "$exec_dir/extract_actions.py" "$@"