Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(361)

Unified Diff: mojo/public/tools/bindings/generators/js_templates/module.html.tmpl

Issue 697723003: Switch "html" Mojo modules to the Sky module system (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/public/tools/bindings/generators/js_templates/module.html.tmpl
diff --git a/mojo/public/tools/bindings/generators/js_templates/module.html.tmpl b/mojo/public/tools/bindings/generators/js_templates/module.html.tmpl
deleted file mode 100644
index f0a223688d3c292c47f9329a46dd926ccd0e60c9..0000000000000000000000000000000000000000
--- a/mojo/public/tools/bindings/generators/js_templates/module.html.tmpl
+++ /dev/null
@@ -1,13 +0,0 @@
-<!-- Copyright 2014 The Chromium Authors. All rights reserved.
- Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file. -->
-
-<link rel="import" href="/mojo/public/html/codec.html" as="codec" />
-<link rel="import" href="/mojo/public/html/validator.html" as="validator" />
-{%- for import in imports %}
-<link rel="import" href="/{{import.module.path}}.html" as="{{import.unique_name}}" />
-{%- endfor %}
-<script>
-{%- include "module_definition.tmpl" %}
- this.exports = exports;
-</script>
« no previous file with comments | « mojo/public/sky/convert_amd_modules_to_sky.py ('k') | mojo/public/tools/bindings/generators/js_templates/module.sky.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698