Bug 55113

Summary: Add a script for creating gypi files
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dglazkov, eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 55018    
Attachments:
Description Flags
Patch eric: review+, eric: commit-queue+

Description Adam Barth 2011-02-23 22:54:01 PST
Add a script for creating gypi files
Comment 1 Adam Barth 2011-02-23 22:55:09 PST
Created attachment 83608 [details]
Patch
Comment 2 Eric Seidel (no email) 2011-02-24 00:54:51 PST
Comment on attachment 83608 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=83608&action=review

Honestly, this is totally fine and doesn't really even need review.

> Tools/Scripts/make-gypi:43
> +    source_code_regexp = re.compile(r'\.(cpp|h)$')

I would have done this as an array of extensions, but this is OK too.
Comment 3 Adam Barth 2011-02-24 16:52:19 PST
Committed r79642: <http://trac.webkit.org/changeset/79642>