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

Side by Side Diff: chrome/test/functional/media/pyauto_media.py

Issue 10176002: Set svn:executable bit on scripts that are executable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add chrome/test/functional/media/worker_thread.py Created 8 years, 8 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 | Annotate | Revision Log
OLDNEW
1 #!/usr/bin/env python
DaleCurtis 2012/04/23 16:25:19 This script is not supposed to be executed directl
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 4 # found in the LICENSE file.
4 5
5 """PyAuto media test base. Handles PyAuto initialization and path setup. 6 """PyAuto media test base. Handles PyAuto initialization and path setup.
6 7
7 Required to ensure each media test can load the appropriate libraries. Each 8 Required to ensure each media test can load the appropriate libraries. Each
8 test must include this snippet: 9 test must include this snippet:
9 10
10 # This should be at the top 11 # This should be at the top
(...skipping 21 matching lines...) Expand all
32 sys.path.append(os.path.normpath(os.path.join( 33 sys.path.append(os.path.normpath(os.path.join(
33 media_dir, os.pardir, os.pardir, os.pardir, os.pardir, 34 media_dir, os.pardir, os.pardir, os.pardir, os.pardir,
34 'third_party', 'psutil'))) 35 'third_party', 'psutil')))
35 36
36 37
37 _SetupPaths() 38 _SetupPaths()
38 39
39 40
40 import pyauto_functional 41 import pyauto_functional
41 Main = pyauto_functional.Main 42 Main = pyauto_functional.Main
OLDNEW
« no previous file with comments | « chrome/test/functional/gtalk/test_basic.py ('k') | chrome/test/functional/media/worker_thread.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698