Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1154)

Side by Side Diff: tools/purify/chrome_tests.sh

Issue 174372: Add license information to our shell scripts. (Closed)
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 #!/bin/sh 1 #!/bin/sh
2 2
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.
6
3 system_root=`cygpath "$SYSTEMROOT"` 7 system_root=`cygpath "$SYSTEMROOT"`
4 export PATH="/usr/bin:$system_root/system32:$system_root:$system_root/system32/W BEM" 8 export PATH="/usr/bin:$system_root/system32:$system_root:$system_root/system32/W BEM"
5 9
6 exec_dir=$(dirname $0) 10 exec_dir=$(dirname $0)
7 11
8 "$exec_dir/../../third_party/python_24/python.exe" \ 12 "$exec_dir/../../third_party/python_24/python.exe" \
9 "$exec_dir/chrome_tests.py" "$@" 13 "$exec_dir/chrome_tests.py" "$@"
OLDNEW
« no previous file with comments | « o3d/plugin/mac/Tools/fix_install_names.sh ('k') | tools/traceline/traceline/assembler_unittest.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698