Lines Matching refs:sourceDir
58 my $sourceDir;
80 return if $sourceDir;
81 $sourceDir = $FindBin::Bin;
82 $sourceDir =~ s|/+$||; # Remove trailing '/' as we would die later
86 until ((-d "$sourceDir/JavaScriptCore" && -d "$sourceDir/WebCore" && -d "$sourceDir/WebKit") || (-d "$sourceDir/Internal" && -d "$sourceDir/OpenSource"))
88 if ($sourceDir !~ s|/[^/]+$||) {
93 $sourceDir = "$sourceDir/OpenSource" if -d "$sourceDir/OpenSource";
108 ($sourceDir) = @_;
145 $baseProductDir = $sourceDir;
149 $baseProductDir = $ENV{"WEBKITOUTPUTDIR"} || "$sourceDir/WebKitBuild";
158 $baseProductDir =~ s|^\Q$(SRCROOT)/..\E$|$sourceDir|;
159 $baseProductDir =~ s|^\Q$(SRCROOT)/../|$sourceDir/|;
294 $currentSVNRevision = svnRevisionForDirectory($sourceDir);
302 chdir $sourceDir or die;
311 sub sourceDir
314 return $sourceDir;
621 chdir File::Spec->catfile(sourceDir(), "WebCore");
909 my $sourceDir = sourceDir();
910 chomp($windowsSourceDir = `cygpath -w '$sourceDir'`);
985 $vcBuildPath = File::Spec->catfile(sourceDir(), qw(WebKitTools Scripts pdevenv));
1010 chomp($ENV{'WEBKITLIBRARIESDIR'} = `cygpath -wa "$sourceDir/WebKitLibraries/win"`) unless $ENV{'WEBKITLIBRARIESDIR'};
1022 my $sourceInspectorPath = sourceDir() . "/WebCore/inspector/front-end/";
1086 my $waf = "$sourceDir/WebKitTools/wx/waf";
1103 my $sourceDir = sourceDir();
1104 my $newPythonPath = "$sourceDir/WebKitTools/wx/build:$pythonPath";
1112 my $wafCommand = "$sourceDir/WebKitTools/wx/waf";
1234 my $relSourceDir = File::Spec->abs2rel($sourceDir);
1284 push @dsQmakeArgs, sourceDir() . "/DerivedSources.pro";
1310 push @buildArgs, sourceDir() . "/WebKit.pro";