Home | History | Annotate | Download | only in Scripts

Lines Matching refs:webkit

28 # Module to share code to get to WebKit directories.
84 # walks up path checking each directory to see if it is the main WebKit project dir,
85 # defined by containing JavaScriptCore, WebCore, and WebKit
86 until ((-d "$sourceDir/JavaScriptCore" && -d "$sourceDir/WebCore" && -d "$sourceDir/WebKit") || (-d "$sourceDir/Internal" && -d "$sourceDir/OpenSource"))
89 die "Could not find top level webkit directory above source directory using FindBin.\n";
274 # autotool builds (non build-webkit). In this case and if
276 # allows us to run run-webkit-tests without using build-webkit.
580 push(@frameworks, "WebKit") if isAppleMacWebKit(); # FIXME: This seems wrong, all ports should have a WebKit these days.
877 print "Mac OS X Version 10.4.0 or later is required to build WebKit.\n";
884 print "Xcode Version 2.3 or later is required to build WebKit.\n";
900 die "ERROR: $list missing but required to build WebKit.\n";
957 print " to be able build WebKit from within Visual Studio.\n";
963 print " to be able build WebKit from within Visual Studio.\n\n";
1032 $inspectorResourcesDirPath = $productDir . "/WebKit.resources/inspector";
1035 $inspectorResourcesDirPath = (defined($prefix) ? $prefix : "/usr/share") . "/webkit-1.0/webinspector";
1041 print "Make sure that you have built WebKit first.\n" if (! -d $productDir || defined($inspectorResourcesDirPath));
1043 print "to point to the directory that contains the WebKit Inspector front-end\n";
1048 return system "rsync", "-aut", "--exclude=/.DS_Store", "--exclude=.svn/", !isQt() ? "--exclude=/WebKit.qrc" : "", $sourceInspectorPath, $inspectorResourcesDirPath;
1244 die "\nFailed to build WebKit using '$make'!\n";
1295 for my $subdir ("JavaScriptCore", "WebCore", "WebKit/qt/Api") {
1310 push @buildArgs, sourceDir() . "/WebKit.pro";
1360 if ($project ne "WebKit") {
1361 die "The Gtk port builds JavaScriptCore, WebCore and WebKit in one shot! Only call it for 'WebKit'.\n";
1414 $result = buildXCodeProject("WebKit/chromium/WebKit", $clean, (@options));
1417 $result = buildChromiumVisualStudioProject("WebKit/chromium/WebKit.sln", $clean);
1420 $ result = buildChromiumMakefile("WebKit/chromium/", "all", $clean);
1460 print "Starting Safari with DYLD_FRAMEWORK_PATH set to point to built WebKit in $productDir.\n";
1471 my $script = "run-webkit-nightly.cmd";