Title: [88561] trunk/Source/WebCore
Revision
88561
Author
[email protected]
Date
2011-06-10 13:49:25 -0700 (Fri, 10 Jun 2011)

Log Message

2011-06-08  Robert Hogan  <[email protected]>

        Reviewed by Andreas Kling.

        [Qt] Lighten the --no-svg build a little
        https://bugs.webkit.org/show_bug.cgi?id=62314

        Only generate source from SVG*.idl if the build is svg-enabled.

        * CodeGenerators.pri:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (88560 => 88561)


--- trunk/Source/WebCore/ChangeLog	2011-06-10 20:39:02 UTC (rev 88560)
+++ trunk/Source/WebCore/ChangeLog	2011-06-10 20:49:25 UTC (rev 88561)
@@ -1,3 +1,14 @@
+2011-06-08  Robert Hogan  <[email protected]>
+
+        Reviewed by Andreas Kling.
+
+        [Qt] Lighten the --no-svg build a little
+        https://bugs.webkit.org/show_bug.cgi?id=62314
+
+        Only generate source from SVG*.idl if the build is svg-enabled.
+
+        * CodeGenerators.pri:
+
 2011-06-10  Nikolas Zimmermann  <[email protected]>
 
         Reviewed by Rob Buis.

Modified: trunk/Source/WebCore/CodeGenerators.pri (88560 => 88561)


--- trunk/Source/WebCore/CodeGenerators.pri	2011-06-10 20:39:02 UTC (rev 88560)
+++ trunk/Source/WebCore/CodeGenerators.pri	2011-06-10 20:49:25 UTC (rev 88561)
@@ -386,6 +386,51 @@
     storage/SQLTransactionErrorCallback.idl \
     storage/SQLTransactionSync.idl \
     storage/SQLTransactionSyncCallback.idl \
+    testing/Internals.idl \
+    webaudio/AudioBuffer.idl \
+    webaudio/AudioBufferSourceNode.idl \
+    webaudio/AudioChannelMerger.idl \
+    webaudio/AudioChannelSplitter.idl \
+    webaudio/AudioContext.idl \
+    webaudio/AudioDestinationNode.idl \
+    webaudio/AudioGain.idl \
+    webaudio/AudioGainNode.idl \
+    webaudio/AudioListener.idl \
+    webaudio/AudioNode.idl \
+    webaudio/AudioPannerNode.idl \
+    webaudio/AudioParam.idl \
+    webaudio/AudioProcessingEvent.idl \
+    webaudio/AudioSourceNode.idl \
+    webaudio/ConvolverNode.idl \
+    webaudio/DelayNode.idl \
+    webaudio/HighPass2FilterNode.idl \
+    webaudio/_javascript_AudioNode.idl \
+    webaudio/LowPass2FilterNode.idl \
+    webaudio/RealtimeAnalyserNode.idl \
+    websockets/CloseEvent.idl \
+    websockets/WebSocket.idl \
+    workers/AbstractWorker.idl \
+    workers/DedicatedWorkerContext.idl \
+    workers/SharedWorker.idl \
+    workers/SharedWorkerContext.idl \
+    workers/Worker.idl \
+    workers/WorkerContext.idl \
+    workers/WorkerLocation.idl \
+    xml/DOMParser.idl \
+    xml/XMLHttpRequest.idl \
+    xml/XMLHttpRequestException.idl \
+    xml/XMLHttpRequestProgressEvent.idl \
+    xml/XMLHttpRequestUpload.idl \
+    xml/XMLSerializer.idl \
+    xml/XPathNSResolver.idl \
+    xml/XPathException.idl \
+    xml/XPathExpression.idl \
+    xml/XPathResult.idl \
+    xml/XPathEvaluator.idl \
+    xml/XSLTProcessor.idl
+
+contains(DEFINES, ENABLE_SVG=1) {
+  IDL_BINDINGS += \
     svg/SVGZoomEvent.idl \
     svg/SVGAElement.idl \
     svg/SVGAltGlyphElement.idl \
@@ -523,49 +568,8 @@
     svg/SVGUnitTypes.idl \
     svg/SVGUseElement.idl \
     svg/SVGViewElement.idl \
-    svg/SVGVKernElement.idl \
-    testing/Internals.idl \
-    webaudio/AudioBuffer.idl \
-    webaudio/AudioBufferSourceNode.idl \
-    webaudio/AudioChannelMerger.idl \
-    webaudio/AudioChannelSplitter.idl \
-    webaudio/AudioContext.idl \
-    webaudio/AudioDestinationNode.idl \
-    webaudio/AudioGain.idl \
-    webaudio/AudioGainNode.idl \
-    webaudio/AudioListener.idl \
-    webaudio/AudioNode.idl \
-    webaudio/AudioPannerNode.idl \
-    webaudio/AudioParam.idl \
-    webaudio/AudioProcessingEvent.idl \
-    webaudio/AudioSourceNode.idl \
-    webaudio/ConvolverNode.idl \
-    webaudio/DelayNode.idl \
-    webaudio/HighPass2FilterNode.idl \
-    webaudio/_javascript_AudioNode.idl \
-    webaudio/LowPass2FilterNode.idl \
-    webaudio/RealtimeAnalyserNode.idl \
-    websockets/CloseEvent.idl \
-    websockets/WebSocket.idl \
-    workers/AbstractWorker.idl \
-    workers/DedicatedWorkerContext.idl \
-    workers/SharedWorker.idl \
-    workers/SharedWorkerContext.idl \
-    workers/Worker.idl \
-    workers/WorkerContext.idl \
-    workers/WorkerLocation.idl \
-    xml/DOMParser.idl \
-    xml/XMLHttpRequest.idl \
-    xml/XMLHttpRequestException.idl \
-    xml/XMLHttpRequestProgressEvent.idl \
-    xml/XMLHttpRequestUpload.idl \
-    xml/XMLSerializer.idl \
-    xml/XPathNSResolver.idl \
-    xml/XPathException.idl \
-    xml/XPathExpression.idl \
-    xml/XPathResult.idl \
-    xml/XPathEvaluator.idl \
-    xml/XSLTProcessor.idl
+    svg/SVGVKernElement.idl
+}
 
 v8: wrapperFactoryArg = --wrapperFactoryV8
 else: wrapperFactoryArg = --wrapperFactory
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to