[webkit-dev] Customization of WebKit.
David Kilzer
ddkilzer at webkit.org
Thu Apr 2 01:04:53 PDT 2009
The FEATURE_DEFINES variables in *.xcconfig files are only used when building WebKit for Safari on Mac OS X. Unless you're working on that specific port, you need to enable/disable those flags elsewhere. Hint:
$ grep -l -r ENABLE_XSLT WebCore
WebCore/Configurations/WebCore.xcconfig
WebCore/GNUmakefile.am
WebCore/webcore-base.bkl
WebCore/WebCore.pro
WebCore/WebCore.vcproj/WebCore.vcproj
Dave
________________________________
From: jagadeesh k <jagadeeshk7 at yahoo.com>
To: webkit-dev at lists.webkit.org
Sent: Wednesday, April 1, 2009 9:17:17 PM
Subject: [webkit-dev] Customization of WebKit.
Hi,
I want to disable the SVG,XML,XPATH,XSLT features of WebKit.
And i came to know that,disabling of above features can be achieved by using FEATURE_DEFINES Variable in JavaScriptCore.xcconfig, WebKit.xcconfig,WebCore.xcconfig files.I want to know whether the above method is enough or i should remove corresponding XML,SVG,XPATH specific files (.cpp,.h files)in WebKit for diasbling.If Yes,please mention which are all the files i should remove in WebKit?
Thanks and Regards
jagadeesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090402/02c2d3dd/attachment.html>
More information about the webkit-dev
mailing list