[webkit-reviews] review granted: [Bug 27324] Add ENABLE_RUBY to list of build options : [Attachment 33147] patch: add ENABLE_RUBY build option (fixed patch)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 21 00:00:09 PDT 2009


David Levin <levin at chromium.org> has granted Roland Steiner
<rolandsteiner at google.com>'s request for review:
Bug 27324: Add ENABLE_RUBY to list of build options
https://bugs.webkit.org/show_bug.cgi?id=27324

Attachment 33147: patch: add ENABLE_RUBY build option (fixed patch)
https://bugs.webkit.org/attachment.cgi?id=33147&action=review

------- Additional Comments from David Levin <levin at chromium.org>

> Index: WebKitTools/Scripts/build-webkit
> @@ -88,6 +88,9 @@ my @features = (
>      { option => "shared-workers", desc => "Toggle SharedWorkers support",
>	 define => "ENABLE_SHARED_WORKERS", default => 0, value =>
\$sharedWorkersSupport },
>  
> +    { option => "ruby", desc => "Toggle HTML5 Ruby support",
> +	 define => "ENABLE_RUBY", default => 1, value => \$rubySupport },
> +

To whoever is landing this one option is just slightly out of sort order so
this should be fixed on landing.

>      { option => "svg", desc => "Toggle SVG support",


More information about the webkit-reviews mailing list