[Webkit-unassigned] [Bug 31522] [Chromium] Allow building without SVG

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 23 08:11:47 PST 2010


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





--- Comment #11 from Mark Mentovai <mark at chromium.org>  2010-02-23 08:11:47 PST ---
(From update of attachment 49292)
[       'sources': [,]
[...]
>-        # idl rule
>+        # idl rules except for svg (added below)
>         '<@(webcore_bindings_idl_files)',
>       ],
>+      'conditions': [
>+        ['enable_svg!=0', {
>+          'sources': [
>+            '<@(webcore_bindings_idl_files)',
>+          ],
>+        }],
>+      ],

This says "add webcore_bindings_idl_files to sources, and if enable_svg, add
them again."  I doubt that's what you meant.

GYP singleton processing will strip the extras so the above won't be harmful,
but you should fix it.  This section should be OK the way it was prior to this
patch.

-- 
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