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

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

Issue 650015: Solaris: first set of patches to make WebKit build on Solaris. This set is mo... (Closed) Base URL: http://src.chromium.org/svn/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 | « webkit/glue/webkit_resources.grd ('k') | webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp » ('j') | 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/platform_utils.py
===================================================================
--- webkit/tools/layout_tests/webkitpy/layout_tests/layout_package/platform_utils.py (revision 39423)
+++ webkit/tools/layout_tests/webkitpy/layout_tests/layout_package/platform_utils.py (working copy)
@@ -21,5 +21,5 @@
from platform_utils_win import *
elif sys.platform == 'darwin':
from platform_utils_mac import *
-elif sys.platform in ('linux', 'linux2', 'freebsd7', 'openbsd4'):
+elif sys.platform in ('linux', 'linux2', 'freebsd7', 'openbsd4', 'sunos5'):
from platform_utils_linux import *
« no previous file with comments | « webkit/glue/webkit_resources.grd ('k') | webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698