Chromium Code Reviews| Index: WebCore.gyp/scripts/action_makenames.py |
| =================================================================== |
| --- WebCore.gyp/scripts/action_makenames.py (revision 20375) |
| +++ WebCore.gyp/scripts/action_makenames.py (working copy) |
| @@ -131,6 +131,8 @@ |
| eventsInput = inputAbsPosix |
| elif inputBasename.endswith('Names.in'): |
| options.append(inputAbsPosix) |
| + elif inputBasename.endswith('.pm'): |
| + continue |
| else: |
| assert False |