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

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

Issue 795593004: Update mojo sdk to rev cc531b32182099a5a034a99daff35ed5d38a61c8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More workarounds for MSVC Created 6 years 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.sky.tmpl
diff --git a/mojo/public/tools/bindings/generators/js_templates/module.sky.tmpl b/mojo/public/tools/bindings/generators/js_templates/module.sky.tmpl
index 5864cfbb0a49d15bb3e882d0a12f71e76b552840..e4757eea517ecd24e63a24312b49da2663cc225f 100644
--- a/mojo/public/tools/bindings/generators/js_templates/module.sky.tmpl
+++ b/mojo/public/tools/bindings/generators/js_templates/module.sky.tmpl
@@ -4,6 +4,7 @@
<import src="/mojo/public/sky/codec.sky" as="codec" />
<import src="/mojo/public/sky/connection.sky" as="connection" />
+<import src="/mojo/public/sky/core.sky" as="core" />
<import src="/mojo/public/sky/validator.sky" as="validator" />
{%- for import in imports %}
<import src="/{{import.module.path}}.sky" as="{{import.unique_name}}" />

Powered by Google App Engine
This is Rietveld 408576698