[Webkit-unassigned] [Bug 45823] New: [Chromium] Convert WebCore.gyp to use regexp to excludes files instead of listing them in 'sources!'.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 15 09:48:09 PDT 2010


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

           Summary: [Chromium] Convert WebCore.gyp to use regexp to
                    excludes files instead of listing them in 'sources!'.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: maruel at chromium.org


Convert WebCore.gyp to use regexp to excludes files instead of listing them in 'sources!'.

This is necessary because 'sources!' is processed before 'sources/'. This makes
applying broader pattern in sources/ more difficult since it overrides the files
listed in sources!. Having all them in sources/ permits controlling the ordering
of the regexp, thus the final list of included files.

Fix Harfbuzz and VDMX source files includes in WebCore.gypi and WebCore.gyp

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