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

Unified Diff: webkit/tools/layout_tests/webkitpy/layout_tests/layout_package/websocket_server.py

Issue 660205: Fix the paths to the WebKit buildbot scripts. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/layout_tests/webkitpy/layout_tests/layout_package/websocket_server.py
===================================================================
--- webkit/tools/layout_tests/webkitpy/layout_tests/layout_package/websocket_server.py (revision 40171)
+++ webkit/tools/layout_tests/webkitpy/layout_tests/layout_package/websocket_server.py (working copy)
@@ -117,10 +117,12 @@
python_interp = sys.executable
pywebsocket_base = path_utils.path_from_base(
- 'third_party', 'WebKit', 'WebKitTools', 'pywebsocket')
+ 'third_party', 'WebKit', 'WebKitTools', 'Scripts',
+ 'webkitpy', 'thirdparty', 'pywebsocket')
pywebsocket_script = path_utils.path_from_base(
- 'third_party', 'WebKit', 'WebKitTools', 'pywebsocket',
- 'mod_pywebsocket', 'standalone.py')
+ 'third_party', 'WebKit', 'WebKitTools', 'Scripts',
+ 'webkitpy', 'thirdparty', 'pywebsocket', 'mod_pywebsocket',
+ 'standalone.py')
start_cmd = [
python_interp, pywebsocket_script,
'-p', str(self._port),
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698