Lines Matching full:sourcedir
60 my $sourceDir;
89 return if $sourceDir;
90 $sourceDir = $FindBin::Bin;
91 $sourceDir =~ s|/+$||; # Remove trailing '/' as we would die later
95 until ((-d "$sourceDir/Source" && -d "$sourceDir/Source/WebCore" && -d "$sourceDir/Source/WebKit") || (-d "$sourceDir/Internal" && -d "$sourceDir/OpenSource"))
97 if ($sourceDir !~ s|/[^/]+$||) {
102 $sourceDir = "$sourceDir/OpenSource" if -d "$sourceDir/OpenSource";
122 ($sourceDir) = @_;
161 $baseProductDir = $sourceDir;
165 $baseProductDir = "$sourceDir/WebKitBuild";
174 $baseProductDir =~ s|^\Q$(SRCROOT)/..\E$|$sourceDir|;
175 $baseProductDir =~ s|^\Q$(SRCROOT)/../|$sourceDir/|;
337 $currentSVNRevision = svnRevisionForDirectory($sourceDir);
345 chdir $sourceDir or die;
354 sub sourceDir
357 return $sourceDir;
713 chdir File::Spec->catfile(sourceDir(), "Source", "WebCore");
1100 $windowsSourceDir = sourceDir();
1176 $vcBuildPath = File::Spec->catfile(sourceDir(), qw(Tools Scripts pdevenv)) if isCygwin();
1203 $ENV{'WEBKITLIBRARIESDIR'} = File::Spec->catdir($sourceDir, "WebKitLibraries", "win");
1236 my $sourceInspectorPath = sourceDir() . "/Source/WebCore/inspector/front-end/";
1311 my $waf = "$sourceDir/Tools/wx/waf";
1328 my $sourceDir = sourceDir();
1329 my $newPythonPath = "$sourceDir/Tools/wx/build:$pythonPath";
1337 my $wafCommand = "$sourceDir/Tools/wx/waf";
1495 my $relSourceDir = File::Spec->abs2rel($sourceDir) || ".";
1529 push @args, '"' . File::Spec->catdir(sourceDir(), "Source") . '"';
1621 $dir = $sourceDir . "/Source";
1633 push @dsQmakeArgs, sourceDir() . "/Source/DerivedSources.pro";
1649 if ( -e sourceDir() ."/Tools/DerivedSources.pro" ) {
1652 push @dsQmakeArgs, sourceDir() . "/Tools/DerivedSources.pro";
1699 push @buildArgs, sourceDir() . "/Source/WebKit.pro";
1711 $buildArgs[-1] = sourceDir() . "/Tools/Tools.pro";
1716 $dir = $sourceDir . "/Tools";
1732 $buildArgs[-1] = sourceDir() . "/Source/WebKit/qt/examples/examples.pro";