Chromium Code Reviews| Index: third_party/WebKit/Source/bindings/templates/web_module_interface.h.tmpl |
| diff --git a/third_party/WebKit/Source/bindings/templates/web_module_interface.h.tmpl b/third_party/WebKit/Source/bindings/templates/web_module_interface.h.tmpl |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..dd8a5f03fee445399c3144ea7e867a9b91e9c65e |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/bindings/templates/web_module_interface.h.tmpl |
| @@ -0,0 +1,8 @@ |
| +{% filter format_blink_cpp_source_code %} |
| + |
| +{% include 'copyright_block.txt' %} |
| +// clang-format on |
| + |
| +// TODO(dglazkov): Implement generating the header file. |
| + |
| +{% endfilter %} |