[Webkit-unassigned] [Bug 85753] New: [GTK] Split out FEATURE_DEFINES into a more easily autogenerated file

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 6 16:34:08 PDT 2012


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

           Summary: [GTK] Split out FEATURE_DEFINES into a more easily
                    autogenerated file
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: xan.lopez at gmail.com, mrobinson at webkit.org


[GTK] Split out FEATURE_DEFINES into a more easily autogenerated file

Currently GTK seems to have code to support FEATURE_DEFINES in at least 3 places:
http://trac.webkit.org/browser/trunk/configure.ac
http://trac.webkit.org/browser/trunk/Source/WebCore/GNUmakefile.am
and of course:
http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitperl/FeatureList.pm

I've written a script as part of bug 85456 to generate all the various feature files across all ports, so that we have a single file which contributors can edit to add/remove an ENABLE_ macro from WebKit.  (Instead of the current situation, where they're added to a single port's build system, breaking all other ports or at least increasing fragmentation of what is "webkit" to website authors.)

I'm happy to generate the GTK code (since it looks pretty simple), but it needs to be broken out configure/GNUmakefile into simpler files, similar to what Qt did:
https://bugs.webkit.org/show_bug.cgi?id=85611

Obviously not the same syntax.  Any syntax is fine, I just can't generate the whole configure.ac or GNUmakefile.am from my script. :)

Thanks!  I'm happy to discuss this or other options on #webkit.

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