| Index: webkit/tools/layout_tests/layout_package/platform_utils_win.py
|
| ===================================================================
|
| --- webkit/tools/layout_tests/layout_package/platform_utils_win.py (revision 30068)
|
| +++ webkit/tools/layout_tests/layout_package/platform_utils_win.py (working copy)
|
| @@ -137,4 +137,7 @@
|
| try:
|
| return path_utils.PathFromBase('webkit', target, binary)
|
| except path_utils.PathNotFound:
|
| - return path_utils.PathFromBase('chrome', target, binary)
|
| + try:
|
| + return path_utils.PathFromBase('chrome', target, binary)
|
| + except path_utils.PathNotFound:
|
| + return path_utils.PathFromBase('build', target, binary)
|
|
|