[Webkit-unassigned] [Bug 104831] New: [chromium] don't write additional idl files to a gyp temp file

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 12 12:06:04 PST 2012


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

           Summary: [chromium] don't write additional idl files to a gyp
                    temp 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: tony at chromium.org
            Blocks: 104740


During binding generation, we current write additional_idl_files_list with some special syntax.  This will cause a problem for bug 104740 because we're going to generate an idl file, but <|( in gyp isn't able to handle build system variables.  For example, if you try to write the file <(PRODUCT_DIR)/foo to a file using <|(, you end up with $!PRODUCT_DIR/foo or $(OutDir) in the file.

We can work around this problem by not using <|( for additional_idl_files.

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