HomeSort by relevance Sort by last modified time
    Searched refs:webkitLibrariesDir (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/Scripts/
update-webkit-dependency 70 my $webkitLibrariesDir = toUnixPath($ENV{'WEBKITLIBRARIESDIR'}) || "$sourceDir/WebKitLibraries/win";
82 if (! -f "$webkitLibrariesDir/$file.headers") {
95 if (defined $new && open OLD, "$webkitLibrariesDir/$file.headers") {
117 my $destination = "$webkitLibrariesDir/$relativeName";
129 $result = system "mv", "$tmpAbsDir/$file.headers", $webkitLibrariesDir;
130 print STDERR "Couldn't move $file.headers to $webkitLibrariesDir" . ".\n" if $result;
132 print "The $file has been sucessfully installed in\n $webkitLibrariesDir\n";
update-webkit-support-libs 49 my $webkitLibrariesDir = toUnixPath($ENV{'WEBKITLIBRARIESDIR'}) || "$sourceDir/WebKitLibraries/win";
51 my $pathToVersionFile = File::Spec->catfile($webkitLibrariesDir, $versionFile);
82 my $destination = "$webkitLibrariesDir/$relativeName";
94 print "The $file has been sucessfully installed in\n $webkitLibrariesDir\n";

Completed in 270 milliseconds