[Webkit-unassigned] [Bug 37484] path_from_chromium_base Chromium hacks are sprinkled throughout new-run-webkit-tests win32 codepath

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 12 21:14:37 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37484





--- Comment #1 from Eric Seidel <eric at webkit.org>  2010-04-12 21:14:36 PST ---
Example hack:

        # Put the cygwin directory first in the path to find cygwin1.dll
        env = os.environ
        if sys.platform in ('cygwin', 'win32'):
            env['PATH'] = '%s;%s' % (
                self._port_obj.path_from_chromium_base('third_party',
                                                       'cygwin', 'bin'),
                env['PATH'])

        if sys.platform == 'win32' and self._register_cygwin:
            setup_mount = self._port_obj.path_from_chromium_base('third_party',
                'cygwin', 'setup_mount.bat')
            subprocess.Popen(setup_mount).wait()

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list