Lines Matching refs:project
32 # Build script wrapper for the WebKit Open Source Project.
306 # Update defaults from Qt's project file
350 --gyp Use GYP-generated project files
423 # Check that all the project directories are there.
436 # Generate the generate project files from .gyp files
438 system("perl", "Tools/Scripts/generate-project-files") == 0 or die "Failed to run generate-project-files";
556 # Chromium doesn't build by project directories.
577 # For Gtk and Qt the WebKit project builds all others
583 my $project = basename($dir);
585 $result = buildGtkProject($project, $clean, @options);
587 #FIXME: $dir should probably be $project.
591 push @local_options, XcodeCoverageSupportOptions() if $coverageSupport && $project ne "ANGLE";
592 my $useGYPProject = $useGYP && ($project =~ "WebCore|JavaScriptCore|JavaScriptGlue");
593 my $projectPath = $useGYPProject ? "gyp/$project" : $project;
596 if ($project eq "WebKit") {
614 print "You can view build errors by checking the BuildLog.htm files located at:\n$baseProductDir/obj/<project>/<config>.\n";