RESOLVED FIXED Bug 55113
Add a script for creating gypi files
https://bugs.webkit.org/show_bug.cgi?id=55113
Summary Add a script for creating gypi files
Adam Barth
Reported 2011-02-23 22:54:01 PST
Add a script for creating gypi files
Attachments
Patch (3.60 KB, patch)
2011-02-23 22:55 PST, Adam Barth
eric: review+
eric: commit-queue+
Adam Barth
Comment 1 2011-02-23 22:55:09 PST
Eric Seidel (no email)
Comment 2 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.
Adam Barth
Comment 3 2011-02-24 16:52:19 PST
Note You need to log in before you can comment on or make changes to this bug.