Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / mojo / public / tools / bindings / generators / js_templates / module.sky.tmpl
1 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
2      Use of this source code is governed by a BSD-style license that can be
3      found in the LICENSE file. -->
4
5 <import src="/mojo/public/sky/codec.sky" as="codec" />
6 <import src="/mojo/public/sky/validator.sky" as="validator" />
7 {%- for import in imports %}
8 <import src="/{{import.module.path}}.sky" as="{{import.unique_name}}" />
9 {%- endfor %}
10 <script>
11 {%- include "module_definition.tmpl" %}
12   module.exports = exports;
13 </script>