Commit 0bf3efea authored by Tanmoy Mollik's avatar Tanmoy Mollik Committed by Commit Bot

Add support for mojom and typemap files in tools/boilerplate.py

Bug: None
Change-Id: I0d56179e339c4c361823f438b7d70072de80ee59
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1602712Reviewed-by: default avatarRobert Sesek <rsesek@chromium.org>
Commit-Queue: Tanmoy Mollik <triploblastic@google.com>
Cr-Commit-Position: refs/heads/master@{#658494}
parent 61e00b8b
......@@ -28,6 +28,8 @@ EXTENSIONS_TO_COMMENTS = {
'py': '#',
'gn': '#',
'gni': '#',
'mojom': '//',
'typemap': '#',
}
def _GetHeader(filename):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment