I measured that SVG is nearly a sixth of the binary size of a Chrome debug build. That's not only more compile time, it's also more link time for each incremental link and more time for the debugger to grind it when starting gdb. For my day-to-day debugging I would like to build without SVG (and many other bits, but let's start with SVG).
I put on one obvious patch and one patch I'm not sure about at https://bugs.webkit.org/show_bug.cgi?id=31490 Does anyone have thoughts about the right way to disable SVG in the GYP files? Here's the hacky second patch mentioned above: https://bug-31490-attachments.webkit.org/attachment.cgi?id=43196 In particular, I'm not sure of the right way to conditionally build the SVGNames bits. I've seen in some cases files are completely wrapped with "#if ENABLE(FOO)"; do you know when that is appropriate? -- Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev