Home
last modified time | relevance | path

Searched refs:isCygwin (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Tools/Scripts/
Dwebkitdirs.pm182 if (isCygwin()) {
251 } elsif (isWindows() || isCygwin()) {
268 $jscName .= ".exe" if (isWindows() || isCygwin());
454 $passedConfiguration .= "_Cairo_CFLite" if (isWinCairo() && isCygwin());
460 $passedConfiguration .= "_Cairo_CFLite" if (isWinCairo() && isCygwin());
466 $passedConfiguration .= "_Cairo_CFLite" if (isWinCairo() && isCygwin());
561 $safariBundle = `cygpath -u '$safariBundle'` if isCygwin();
662 return if isCygwin() || isWindows();
886 sub isCygwin() subroutine
895 if (!isCygwin()) {
[all …]
Dold-run-webkit-tests231 } elsif (isWindows() || isCygwin()) {
240 } elsif (isCygwin() || isWindows()) {
392 $stripEditingCallbacks = isCygwin() unless defined $stripEditingCallbacks;
441 $imageDiffTool .= "_debug" if isCygwin() && configurationForVisualStudio() eq "Debug_All";
442 $imageDiffTool .= "_debug" if isCygwin() && configurationForVisualStudio() eq "Debug_Cairo_CFLite";
445 checkFrameworks() unless isCygwin();
474 } elsif (isCygwin()) {
510 } elsif (isCygwin()) {
531 if (isCygwin()) {
541 if (isCygwin()) {
[all …]
Drun-chromium-webkit-unit-tests45 } elsif (isCygwin() || isWindows()) {
Dshow-pretty-diff71 } elsif (isCygwin()) {
Dupdate-webkit95 if ((isCygwin() || isWindows()) && (stat("WebKit/chromium/features.gypi"))[9] >= $startTime) {
Drun-javascriptcore-tests105 setPathForRunningWebKitApp(\%ENV) if isCygwin();
/external/webkit/Tools/Scripts/webkitperl/
Dhttpd.pm122 push(@httpdArgs, "-c", "SSLCertificateFile \"$sslCertificate\"") unless isCygwin();
134 if (isCygwin()) {
239 if (isCygwin()) {
Dfeatures.pm49 if (isCygwin() or isWindows()) {
/external/webkit/Tools/
DChangeLog-2009-06-162477 Change the isCygwin check in update-webkit to isAppleWinWebKit
3879 …More cleanups changing isCygwin calls to isAppleWinWebKit and deploying isAppleWebKit where necess…
3905 … Change a few calls to isCygwin to isAppleWinWebKit and a few calls to isAppleMacWebKit to isDarwin
6459 isCygwin() test is true.
6934 - isDarwin() and isCygwin() returned an empty string if the platform equality check fails.
DChangeLog-2011-02-1615004 - Use isCygwin/isWindows/isAppleWinWebKit more judiciously
15015 - Use isCygwin/isWindows/isAppleWinWebKit more judiciously
23959 command line. Later, set it to isCygwin() to match old behavior if it is
DChangeLog-2010-05-2432500 Note that isAppleWinWebkit() and isCygwin() is not mutually exclusive,