Lines Matching refs:ENV
130 $baseProductDir = $ENV{"WEBKITOUTPUTDIR"};
138 my $personalPlistFile = $ENV{HOME} . "/Library/Preferences/xcodebuild.plist";
176 $baseProductDir =~ s|^~/|$ENV{HOME}/|;
185 $ENV{"WEBKITOUTPUTDIR"} = $dosBuildPath;
252 if (defined($ENV{NUMBER_OF_PROCESSORS})) {
253 $numberOfCPUs = $ENV{NUMBER_OF_PROCESSORS};
309 return ($ENV{"WEBKITOUTPUTDIR"} && (isGtk() || isEfl())) || isSymbian() || isAppleWinWebKit();
573 my $safariBundle = $ENV{WEBKIT_SAFARI};
773 $isQt = defined($ENV{'QTDIR'});
971 if (-d "$ENV{HOME}/Library/QuickTime/Perian.component") {
1020 return $ENV{'OS'} eq 'Windows_NT';
1130 $variablesToSet{CYGWIN} = "tty" unless $ENV{CYGWIN};
1133 $variablesToSet{WEBKITLIBRARIESDIR} = windowsLibrariesDir() unless $ENV{WEBKITLIBRARIESDIR};
1134 $variablesToSet{WEBKITOUTPUTDIR} = windowsOutputDir() unless $ENV{WEBKITOUTPUTDIR};
1146 if (!$ENV{'WEBKITLIBRARIESDIR'}) {
1152 if (!$ENV{'WEBKITOUTPUTDIR'}) {
1165 my $programFilesPath = $ENV{'PROGRAMFILES(X86)'} || $ENV{'PROGRAMFILES'} || "C:\\Program Files";
1166 if ($ENV{'VSINSTALLDIR'}) {
1167 $vsInstallDir = $ENV{'VSINSTALLDIR'};
1202 unless ($ENV{WEBKITLIBRARIESDIR}) {
1203 $ENV{'WEBKITLIBRARIESDIR'} = File::Spec->catdir($sourceDir, "WebKitLibraries", "win");
1204 chomp($ENV{WEBKITLIBRARIESDIR} = `cygpath -wa $ENV{WEBKITLIBRARIESDIR}`) if isCygwin();
1208 print "WEBKITOUTPUTDIR is set to: ", $ENV{"WEBKITOUTPUTDIR"}, "\n";
1209 print "WEBKITLIBRARIESDIR is set to: ", $ENV{"WEBKITLIBRARIESDIR"}, "\n";
1237 my $inspectorResourcesDirPath = $ENV{"WEBKITINSPECTORRESOURCESDIR"};
1248 my $prefix = $ENV{"WebKitInstallationPrefix"};
1251 my $prefix = $ENV{"WebKitInstallationPrefix"};
1324 my $pythonPath = $ENV{'PYTHONPATH'};
1333 $ENV{'PYTHONPATH'} = $newPythonPath;
1338 if ($ENV{'WXWEBKIT_WAF'}) {
1339 $wafCommand = $ENV{'WXWEBKIT_WAF'};
1430 my $makeArgs = $ENV{"WebKitMakeArguments"} || "";
1453 $prefix = $ENV{"WebKitInstallationPrefix"} if !defined($prefix);
1808 my $programFilesPath = $ENV{'PROGRAMFILES'} || "C:\\Program Files";
1809 if ($ENV{'VSINSTALLDIR'}) {
1810 $vsInstallDir = $ENV{'VSINSTALLDIR'};
1897 $ENV{DYLD_FRAMEWORK_PATH} = $productDir;
1898 $ENV{WEBKIT_UNSET_DYLD_FRAMEWORK_PATH} = "YES";
1911 chomp($ENV{WEBKITNIGHTLY} = `cygpath -wa "$productDir"`);
1929 $ENV{DYLD_FRAMEWORK_PATH} = $productDir;
1930 $ENV{WEBKIT_UNSET_DYLD_FRAMEWORK_PATH} = "YES";
1950 $ENV{DYLD_FRAMEWORK_PATH} = $productDir;
1951 $ENV{WEBKIT_UNSET_DYLD_FRAMEWORK_PATH} = 'YES';
1969 $ENV{DYLD_FRAMEWORK_PATH} = $productDir;
1970 $ENV{WEBKIT_UNSET_DYLD_FRAMEWORK_PATH} = "YES";
1989 $ENV{DYLD_FRAMEWORK_PATH} = $productDir;
1990 $ENV{WEBKIT_UNSET_DYLD_FRAMEWORK_PATH} = 'YES';
2008 $ENV{DYLD_FRAMEWORK_PATH} = $productDir;
2009 $ENV{WEBKIT_UNSET_DYLD_FRAMEWORK_PATH} = "YES";