[Webkit-unassigned] [Bug 115218] Remove support for Chromium from build/update script

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 25 21:08:17 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=115218





--- Comment #3 from Seokju Kwon <seokju.kwon at gmail.com>  2013-04-25 21:06:37 PST ---
It seems that isAppleMacWebKit is using it.

elsif (isAppleMacWebKit()) {
        my @local_options = @options;
        push @local_options, XcodeCoverageSupportOptions() if $coverageSupport && $project ne "ANGLE";
        my $useGYPProject = $useGYP && ($project =~ "WebCore|JavaScriptCore");
        my $projectPath = $useGYPProject ? "gyp/$project" : $project;
        $projectPath = $project =~ /gtest/ ? "xcode/gtest" : $project;
        $result = buildXCodeProject($projectPath, $clean, @local_options, @ARGV);
    }

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list